Revert "fix(dispatcher): liveness probe must use the container port" #35

Closed
mlamalle wants to merge 1 commits from fix-dispatcher into develop
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 76d2989e85 - Show all commits

View File

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