This commit is contained in:
17
chart/templates/_helpers.tpl
Normal file
17
chart/templates/_helpers.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
{{/*
|
||||
Startup parameter
|
||||
*/}}
|
||||
{{- define "argument" -}}
|
||||
progressDeadlineSeconds: 200
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 1
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
type: RollingUpdate
|
||||
{{- end }}
|
||||
|
||||
{{- define "imagePullPolicy" -}}
|
||||
imagePullPolicy: IfNotPresent
|
||||
{{- end }}
|
Reference in New Issue
Block a user