mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
Add helm chart
This commit is contained in:
parent
808375c7ea
commit
b790a68f1a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue