Skip to content

Commit

Permalink
extended probe timing
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
  • Loading branch information
Gavinok committed Oct 7, 2024
1 parent eebbbcc commit 82c2274
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/vc-authn-oidc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,16 @@ spec:
httpGet:
path: /
port: http
initialDelaySeconds: 30
periodSeconds: 100
failureThreshold: 20
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 30
periodSeconds: 100
failureThreshold: 20
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 82c2274

Please sign in to comment.