diff --git a/profisee-platform-0.1.33.tgz b/profisee-platform-0.1.33.tgz index c58b2f7..3b17bad 100644 Binary files a/profisee-platform-0.1.33.tgz and b/profisee-platform-0.1.33.tgz differ diff --git a/profisee-platform/templates/statefullset-profisee.yaml b/profisee-platform/templates/statefullset-profisee.yaml index af6da8b..d299267 100644 --- a/profisee-platform/templates/statefullset-profisee.yaml +++ b/profisee-platform/templates/statefullset-profisee.yaml @@ -89,7 +89,7 @@ spec: initialDelaySeconds: 20 timeoutSeconds: 10 periodSeconds: 20 - SuccessThreshold: 1 + successThreshold: 1 failureThreshold: 4 {{- else }} livenessProbe: @@ -102,7 +102,7 @@ spec: initialDelaySeconds: 600 timeoutSeconds: 5 periodSeconds: 60 - SuccessThreshold: 1 + successThreshold: 1 failureThreshold: 3 {{- end }} {{- if regexMatch "^(2[4-9]|[3-9][0-9])r[0-9]+\\..*" .Values.image.tag }} @@ -114,7 +114,7 @@ spec: initialDelaySeconds: 45 timeoutSeconds: 600 periodSeconds: 10 - SuccessThreshold: 1 + successThreshold: 1 failureThreshold: 1 {{- end }} lifecycle: