Hexo-Async-Offends/chart/templates/_helpers.tpl
offends 5a697badb1
Some checks reported errors
continuous-integration/drone Build was killed
synchronization
2024-07-19 15:21:28 +08:00

17 lines
295 B
Smarty

{{/*
Startup parameter
*/}}
{{- define "argument" -}}
progressDeadlineSeconds: 200
replicas: 1
revisionHistoryLimit: 1
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
{{- end }}
{{- define "imagePullPolicy" -}}
imagePullPolicy: IfNotPresent
{{- end }}