From 153927354cc586a99beb8180bb2eb4e10e8a3355 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 22 Oct 2020 09:49:54 +0200 Subject: [CONTRIB] Add requests/limits to EJBCA Having limits is important in order to have safe deployment. EJBCA didn't had one so let's add them. Issue-ID: OOM-2230 Signed-off-by: Sylvain Desbureaux Change-Id: I435afa6b0f065a66e180379b267227f4b8766478 --- kubernetes/contrib/components/ejbca/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/contrib/components/ejbca/templates') 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" -- cgit 1.2.3-korg