Hexo-Async-Offends/chart/templates/_helpers.tpl

17 lines
295 B
Smarty
Raw Normal View History

2024-07-19 08:58:38 +00:00
{{/*
Startup parameter
*/}}
{{- define "argument" -}}
progressDeadlineSeconds: 200
replicas: 1
revisionHistoryLimit: 1
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
{{- end }}
{{- define "imagePullPolicy" -}}
imagePullPolicy: IfNotPresent
{{- end }}