From b790a68f1ac4c842d09e5ee7d90f56789f4bb818 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Fri, 6 Sep 2024 01:29:24 +0200 Subject: [PATCH] Add helm chart --- deploy/helm/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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