diff --git a/helm/peikarband/values.yaml b/helm/peikarband/values.yaml index 7301553..0f49078 100644 --- a/helm/peikarband/values.yaml +++ b/helm/peikarband/values.yaml @@ -141,7 +141,7 @@ livenessProbe: path: /ping port: 8000 scheme: HTTP - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 @@ -151,7 +151,7 @@ readinessProbe: path: /ping port: 8000 scheme: HTTP - initialDelaySeconds: 10 + initialDelaySeconds: 60 periodSeconds: 5 timeoutSeconds: 3 failureThreshold: 3