Skip to content

Commit

Permalink
chore(amazon-eks-pod-identity-webhook): set liveness/readiness check …
Browse files Browse the repository at this point in the history
…on the main application port (https)
  • Loading branch information
rasta-rocket committed Sep 5, 2024
1 parent ff28023 commit f47409f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/amazon-eks-pod-identity-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ readinessProbe:
httpGet:
# -- This is the readiness check endpoint
path: /healthz
port: metrics
port: https

livenessProbe:
httpGet:
# -- This is the liveness check endpoint
path: /healthz
port: metrics
port: https

# -- Annotations for amazon-eks-pod-identity-webhook deployment
annotations: {}
Expand Down

0 comments on commit f47409f

Please sign in to comment.