Skip to content

Commit 3cd7103

Browse files
committed
disable the probes for debugging
1 parent d4da961 commit 3cd7103

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

k8s/values.prod.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ cronjob:
3333
schedule: "0 */5 * * *"
3434
restartPolicy: OnFailure
3535

36-
probes:
37-
healthEndpoint: /api/health
38-
liveness:
39-
initialDelaySeconds: 30
40-
periodSeconds: 10
41-
timeoutSeconds: 5
42-
successThreshold: 1
43-
failureThreshold: 3
44-
readiness:
45-
initialDelaySeconds: 30
46-
periodSeconds: 10
47-
timeoutSeconds: 5
48-
successThreshold: 1
49-
failureThreshold: 3
36+
# probes:
37+
# healthEndpoint: /api/health
38+
# liveness:
39+
# initialDelaySeconds: 30
40+
# periodSeconds: 10
41+
# timeoutSeconds: 5
42+
# successThreshold: 1
43+
# failureThreshold: 3
44+
# readiness:
45+
# initialDelaySeconds: 30
46+
# periodSeconds: 10
47+
# timeoutSeconds: 5
48+
# successThreshold: 1
49+
# failureThreshold: 3
5050

5151
datadog:
5252
enable: true

0 commit comments

Comments
 (0)