File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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
5151datadog :
5252 enable : true
You can’t perform that action at this time.
0 commit comments