Compare commits

...

1 Commits

Author SHA1 Message Date
Matthieu Lamalle 76d2989e85 Revert "fix(dispatcher): liveness probe must use the container port"
This reverts commit 0dbd5dd551.
2024-02-12 14:41:44 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -56,14 +56,14 @@ spec:
readinessProbe:
httpGet:
path: /health
port: 8080
port: 80
initialDelaySeconds: 5
timeoutSeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /health
port: 8080
port: 80
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 15