|
|
|
@ -47,13 +47,16 @@ spec: |
|
|
|
|
port: http |
|
|
|
|
resources: |
|
|
|
|
{{- toYaml .Values.resources | nindent 12 }} |
|
|
|
|
{{- with .Values.affinity }} |
|
|
|
|
affinity: |
|
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
|
{{- end }} |
|
|
|
|
{{- with .Values.nodeSelector }} |
|
|
|
|
nodeSelector: |
|
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
|
{{- end }} |
|
|
|
|
{{- with .Values.affinity }} |
|
|
|
|
affinity: |
|
|
|
|
{{- toYaml . | nindent 8 }} |
|
|
|
|
{{- if .Values.podPriorityClassName }} |
|
|
|
|
priorityClassName: {{ .Values.podPriorityClassName }} |
|
|
|
|
{{- end }} |
|
|
|
|
{{- with .Values.tolerations }} |
|
|
|
|
tolerations: |
|
|
|
|