update probes

This commit is contained in:
2025-04-12 23:43:12 +02:00
parent f57ea1afd9
commit 768f29680b
2 changed files with 4 additions and 2 deletions

View File

@@ -26,13 +26,12 @@ spec:
env:
- name: PORT
value: "8089"
- name: BIND_ADDRESS
value: "0.0.0.0"
readinessProbe:
httpGet:
path: /
port: 8089
scheme: HTTP
initialDelaySeconds: 20
periodSeconds: 5
failureThreshold: 6
@@ -41,6 +40,7 @@ spec:
httpGet:
path: /
port: 8089
scheme: HTTP
initialDelaySeconds: 60
periodSeconds: 10
failureThreshold: 5