From bb28a945181ef9b62f50dcdb494f6f455f97acf3 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 15 Jun 2023 14:34:34 +0200 Subject: [HOLMES] Correct resources settings for holmes Add the resources config to rule management Correct the resources values for proper startup Issue-ID: OOM-3188 Signed-off-by: Andreas Geissler Change-Id: Ieadc080bdc438e983fe6e70cb6f0018b8be8d7ef --- kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml') diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml index db0eb16092..f24d8eab65 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml @@ -68,6 +68,7 @@ spec: - name: {{ include "common.name" . }} image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} + resources: {{ include "common.resources" . | nindent 10 }} ports: {{ include "common.containerPorts" . | nindent 8 }} volumeMounts: - name: {{ include "common.fullname" . }}-env-config -- cgit 1.2.3-korg