summaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/components/ejbca/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-18 08:29:30 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-18 08:29:30 +0000
commit83778d2dac0c7bd83ed6cb658bc66c6326ef3ddd (patch)
treeffcf69116d7a5f01bc5445ab5c752cd5127d38da /kubernetes/contrib/components/ejbca/templates/deployment.yaml
parent7b10a7c8da9c28b3b01a32f603d2231afb2622a2 (diff)
parent153927354cc586a99beb8180bb2eb4e10e8a3355 (diff)
Merge "[CONTRIB] Add requests/limits to EJBCA"
Diffstat (limited to 'kubernetes/contrib/components/ejbca/templates/deployment.yaml')
-rw-r--r--kubernetes/contrib/components/ejbca/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/ejbca/templates/deployment.yaml b/kubernetes/contrib/components/ejbca/templates/deployment.yaml
index 3034366b1a..55de54febf 100644
--- a/kubernetes/contrib/components/ejbca/templates/deployment.yaml
+++ b/kubernetes/contrib/components/ejbca/templates/deployment.yaml
@@ -89,6 +89,7 @@ spec:
{{- if .Values.affinity }}
affinity: {{ toYaml .Values.affinity | nindent 10 }}
{{- end }}
+ resources: {{ include "common.resources" . | nindent 10 }}
volumes:
- configMap:
name: "{{ include "common.fullname" . }}-config-script"