X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsniro-emulator%2Ftemplates%2Fdeployment.yaml;h=50b3c5b780bcce7d77df3ec80cced242a5894cac;hb=a7ac7f022a8d2553d637ad8bf5fe3f12b65aa76e;hp=0dff4eb7beafc672f7133d187226c489a2e19e8b;hpb=f423db98e3050fd98823174a99c24ea573880103;p=oom.git diff --git a/kubernetes/sniro-emulator/templates/deployment.yaml b/kubernetes/sniro-emulator/templates/deployment.yaml index 0dff4eb7be..50b3c5b780 100644 --- a/kubernetes/sniro-emulator/templates/deployment.yaml +++ b/kubernetes/sniro-emulator/templates/deployment.yaml @@ -54,8 +54,7 @@ spec: port: {{ .Values.service.internalPort }} initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} periodSeconds: {{ .Values.readiness.periodSeconds }} - resources: -{{ include "common.resources" . | indent 12 }} + resources: {{ include "common.resources" . | nindent 12 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 10 }}