|
|
@ -118,6 +118,8 @@ resources: {}
|
|
|
|
# cpu: 100m
|
|
|
|
# cpu: 100m
|
|
|
|
# memory: 128Mi
|
|
|
|
# memory: 128Mi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
podAnnotations: {}
|
|
|
|
|
|
|
|
|
|
|
|
nodeSelector: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
|
|
|
|
|
|
|
|
tolerations: []
|
|
|
|
tolerations: []
|
|
|
@ -205,6 +207,8 @@ spec:
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
app.kubernetes.io/name: {{ include "<CHARTNAME>.name" . }}
|
|
|
|
app.kubernetes.io/name: {{ include "<CHARTNAME>.name" . }}
|
|
|
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
|
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
|
|
|
|
|
|
annotations:
|
|
|
|
|
|
|
|
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
{{- with .Values.imagePullSecrets }}
|
|
|
|
{{- with .Values.imagePullSecrets }}
|
|
|
|
imagePullSecrets:
|
|
|
|
imagePullSecrets:
|
|
|
|