Skip to content

Commit 2996543

Browse files
committed
Apply feedback
1 parent 647dfa0 commit 2996543

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/values.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ properties:
211211
type: integer
212212
minimum: 0
213213
description: "Seconds to sleep in preStop hook before SIGTERM, allowing Kubernetes endpoint propagation. Set to 0 to disable."
214-
default: 5
214+
default: 15
215215

216216
startupProbe:
217217
type: object

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ livenessProbe:
6363
httpGet:
6464
path: /healthz
6565
port: http
66-
periodSeconds: 10
66+
periodSeconds: 60
6767
failureThreshold: 3
6868

6969
readinessProbe:
7070
httpGet:
7171
path: /healthz
7272
port: http
7373
periodSeconds: 5
74-
failureThreshold: 1
74+
failureThreshold: 3
7575

7676
nodeSelector: {}
7777
tolerations: []

0 commit comments

Comments
 (0)