diff --git a/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml b/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml index 18d4373..454186c 100644 --- a/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml +++ b/charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml @@ -87,7 +87,7 @@ spec: livenessProbe: tcpSocket: port: 8100 - initialDelaySeconds: 30 + initialDelaySeconds: 90 periodSeconds: 10 failureThreshold: 5 successThreshold: 1 @@ -95,7 +95,7 @@ spec: readinessProbe: tcpSocket: port: 8100 - initialDelaySeconds: 15 + initialDelaySeconds: 90 periodSeconds: 5 failureThreshold: 5 successThreshold: 1