Skip to content

Commit

Permalink
fixed setting the healthchecks on the correct (!!!) container in the pod
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 30, 2023
1 parent 8b043d0 commit cc90973
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ spec:
readOnly: true
livenessProbe:
httpGet:
path: /health
path: /ready
port: admin
failureThreshold: 5
periodSeconds: 1
startupProbe:
httpGet:
path: /health
path: /ready
port: admin
failureThreshold: 60
periodSeconds: 1
Expand Down Expand Up @@ -126,13 +126,13 @@ spec:
memory: 500Mi
livenessProbe:
httpGet:
path: /ready
path: /health
port: http
failureThreshold: 5
periodSeconds: 1
startupProbe:
httpGet:
path: /ready
path: /health
port: http
failureThreshold: 60
periodSeconds: 1
Expand Down

0 comments on commit cc90973

Please sign in to comment.