diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-06-16 07:12:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-06-16 07:12:03 +0000 |
commit | 7b90e89f980f48dda17045a3ed6f740e4d4399b1 (patch) | |
tree | e7d31aac2bed23322be732684789117eda05fb25 /kubernetes/holmes/components/holmes-rule-mgmt/templates | |
parent | 0ac5112480c35720114df7440885db0336691364 (diff) | |
parent | bb28a945181ef9b62f50dcdb494f6f455f97acf3 (diff) |
Merge "[HOLMES] Correct resources settings for holmes"
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/templates')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml | 1 |
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 |