aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-15 14:34:34 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-06-15 14:36:21 +0200
commitbb28a945181ef9b62f50dcdb494f6f455f97acf3 (patch)
tree08e11aa0fda84da13a55c4ed7f05605e275f1650 /kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml
parentc50f0892fc601eb3d0e237c04b3f54019de513b1 (diff)
[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 <andreas-geissler@telekom.de> Change-Id: Ieadc080bdc438e983fe6e70cb6f0018b8be8d7ef
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml')
-rw-r--r--kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
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