Skip to content

Commit

Permalink
chore(rsshub): use /healthz as health check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Aug 15, 2024
1 parent 5423bcd commit 6e85afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rsshub/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ spec:
{{- end }}
livenessProbe:
httpGet:
path: /metrics
path: /healthz
port: http
initialDelaySeconds: 30
timeoutSeconds: 5
periodSeconds: 15
readinessProbe:
httpGet:
path: /metrics
path: /healthz
port: http
initialDelaySeconds: 10
timeoutSeconds: 5
Expand Down

0 comments on commit 6e85afd

Please sign in to comment.