diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 6e2a55b..bd970f7 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -35,8 +35,9 @@ spec: livenessProbe: tcpSocket: port: http - initialDelaySeconds: 5 + initialDelaySeconds: 20 periodSeconds: 10 + failureThreshold: 5 readinessProbe: tcpSocket: port: http