fix deployment
parent
22cc861772
commit
1ca468cce1
|
@ -47,6 +47,8 @@ spec:
|
|||
port: http
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
envFrom:
|
||||
{{- toYaml .Values.envFrom | nindent 12 }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
Loading…
Reference in New Issue