diff options
author | Mukul <mukul.joshi@amdocs.com> | 2018-09-19 15:56:58 +0000 |
---|---|---|
committer | Mukul <mukul.joshi@amdocs.com> | 2018-09-19 15:58:35 +0000 |
commit | a93baa8493c317f7e371f75de13592a0cbb9fb5c (patch) | |
tree | 6176ac060e309d94c992ca13d13ca5244d02f3bc /kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml | |
parent | 52d5c14a63f6aaf014f979ed5a941ad23cf9ce1f (diff) |
Resource Limits for sdc
Issue-ID: OOM-1161
Change-Id: Ie8dbf32d2b77ed839be65f812cf2762f76f574c5
Signed-off-by: Mukul <mukul.joshi@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml')
-rw-r--r-- | kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml b/kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml index c16fdb750a..5552515c77 100644 --- a/kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml +++ b/kubernetes/sdc/charts/sdc-cs/templates/deployment.yaml @@ -51,6 +51,8 @@ spec: - "/var/lib/ready-probe.sh" initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} periodSeconds: {{ .Values.readiness.periodSeconds }} + resources: +{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }} env: - name: ENVNAME value: {{ .Values.global.env.name }} @@ -75,16 +77,6 @@ spec: - name: {{ include "common.fullname" . }}-localtime mountPath: /etc/localtime readOnly: true - resources: -{{ toYaml .Values.resources | indent 12 }} - {{- if .Values.nodeSelector }} - nodeSelector: -{{ toYaml .Values.nodeSelector | indent 10 }} - {{- end -}} - {{- if .Values.affinity }} - affinity: -{{ toYaml .Values.affinity | indent 10 }} - {{- end }} volumes: - name: {{ include "common.fullname" . }}-localtime hostPath: |