|
|
@ -36,7 +36,7 @@ spec: |
|
|
|
- mountPath: /data |
|
|
|
name: data |
|
|
|
resources: |
|
|
|
{{- toYaml .Values.resources.zeo | nindent 12 }} |
|
|
|
{{- toYaml .Values.resources.zeo | nindent 16 }} |
|
|
|
restartPolicy: OnFailure |
|
|
|
volumes: |
|
|
|
- name: data |
|
|
@ -48,15 +48,15 @@ spec: |
|
|
|
{{- end }} |
|
|
|
{{- with .Values.nodeSelector }} |
|
|
|
nodeSelector: |
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
{{- toYaml . | nindent 12 }} |
|
|
|
{{- end }} |
|
|
|
{{- with .Values.affinity }} |
|
|
|
affinity: |
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
{{- toYaml . | nindent 12 }} |
|
|
|
{{- end }} |
|
|
|
{{- with .Values.tolerations }} |
|
|
|
tolerations: |
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
{{- toYaml . | nindent 12 }} |
|
|
|
{{- end }} |
|
|
|
{{- end}} |
|
|
|
{{- end}} |
|
|
|