fix: move to httpcheck probe

This commit is contained in:
Julien Cabillot
2021-12-30 16:05:21 -05:00
parent 4e4a8b15ba
commit 0d1c44aa18
2 changed files with 21 additions and 3 deletions

View File

@@ -35,10 +35,28 @@ ingress:
probes:
liveness:
enabled: true
initialDelaySeconds: 2
custom: true
spec:
httpGet:
path: /
port: http
scheme: HTTP
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readiness:
enabled: true
initialDelaySeconds: 2
custom: true
spec:
httpGet:
path: /
port: http
scheme: HTTP
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
startup:
enabled: false