aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-19 20:58:55 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-19 20:58:55 +0000
commitc95c60fd3489e4f9fedf42d3e471cbd2917e00db (patch)
tree0ba2fd3e8b4ced2f3ec36c1efcf0780053efa50d /kubernetes/sdc/charts/sdc-es/templates/deployment.yaml
parentde04571e73b2f11bede6da4caf8a579dca15946c (diff)
parenta93baa8493c317f7e371f75de13592a0cbb9fb5c (diff)
Merge "Resource Limits for sdc"
Diffstat (limited to 'kubernetes/sdc/charts/sdc-es/templates/deployment.yaml')
-rw-r--r--kubernetes/sdc/charts/sdc-es/templates/deployment.yaml12
1 files changed, 2 insertions, 10 deletions
diff --git a/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml b/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml
index fb7c4cfb32..9fd394b71e 100644
--- a/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml
+++ b/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml
@@ -52,6 +52,8 @@ spec:
scheme: HTTP
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 }}
@@ -71,16 +73,6 @@ spec:
readOnly: true
- name: {{ include "common.fullname" . }}-data
mountPath: /usr/share/elasticsearch/data/
- 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: