Skip to content

Commit

Permalink
[prometheus-stackdriver-exporter]: change liveness/readiness probe paths
Browse files Browse the repository at this point in the history
  • Loading branch information
PovilasV1 committed Dec 13, 2024
1 parent f65e9c9 commit be703e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ spec:
name: http
livenessProbe:
httpGet:
path: /health
path: /
port: http
initialDelaySeconds: 30
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /health
path: /
port: http
initialDelaySeconds: 10
timeoutSeconds: 10
Expand Down

0 comments on commit be703e0

Please sign in to comment.