fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ehsan.Asadi
2025-12-31 14:09:08 +03:30
parent bc9ad90634
commit 33628fc4a5

View File

@@ -141,7 +141,7 @@ livenessProbe:
path: /ping path: /ping
port: 8000 port: 8000
scheme: HTTP scheme: HTTP
initialDelaySeconds: 30 initialDelaySeconds: 50
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 3 failureThreshold: 3
@@ -151,7 +151,7 @@ readinessProbe:
path: /ping path: /ping
port: 8000 port: 8000
scheme: HTTP scheme: HTTP
initialDelaySeconds: 10 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
timeoutSeconds: 3 timeoutSeconds: 3
failureThreshold: 3 failureThreshold: 3