Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/helm/admin-token-issuer-proxy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ adminIssuerProxy:
periodSeconds: 30

# Readiness probe configuration. Kubernetes uses this to determine if the pod should receive traffic.
# The probe checks the /healthz endpoint to verify the service is ready to handle requests.
# The probe checks /readyz so metadata initialization remains distinct from liveness.
readinessProbe:
httpGet:
path: /healthz
path: /readyz
port: 8080
# Wait time before the first probe is executed after container start
initialDelaySeconds: 5
Expand Down
Loading