Skip to content

Commit

Permalink
updated success threshold variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Sep 30, 2024
1 parent be82edd commit 050105b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified profisee-platform-0.1.33.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions profisee-platform/templates/statefullset-profisee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
initialDelaySeconds: 20
timeoutSeconds: 10
periodSeconds: 20
SuccessThreshold: 1
successThreshold: 1
failureThreshold: 4
{{- else }}
livenessProbe:
Expand All @@ -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 }}
Expand All @@ -114,7 +114,7 @@ spec:
initialDelaySeconds: 45
timeoutSeconds: 600
periodSeconds: 10
SuccessThreshold: 1
successThreshold: 1
failureThreshold: 1
{{- end }}
lifecycle:
Expand Down

0 comments on commit 050105b

Please sign in to comment.