diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index fe2671f..fa5d4ac 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -26,8 +26,8 @@ replicaCount: 1 strategy: type: RollingUpdate rollingUpdate: - maxSurge: 100% - maxUnavailable: 0 + maxSurge: 25% + maxUnavailable: 25% imagePullSecrets: [] @@ -47,11 +47,11 @@ serviceSsh: livenessProbe: enabled: true - initialDelaySeconds: 300 + initialDelaySeconds: 60 timeoutSeconds: 3 periodSeconds: 30 successThreshold: 1 - failureThreshold: 5 + failureThreshold: 3 readinessProbe: enabled: true