fix deployment

pull/1644/head
Sergei Meza 2022-10-14 17:04:19 +09:00
parent 22cc861772
commit 1ca468cce1
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}