Add helm chart

This commit is contained in:
Thomas Miceli 2024-09-06 01:29:24 +02:00
parent 808375c7ea
commit b790a68f1a

View file

@ -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