fix(univention-management-stack): Define resource requests and limits

This commit is contained in:
Johannes Bornhold
2023-09-04 09:29:35 +02:00
parent ec3f1d96ac
commit 2f8a298925
13 changed files with 124 additions and 0 deletions

View File

@@ -55,4 +55,7 @@ istio:
host: "{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
enabled: {{ .Values.istio.enabled }}
resources:
{{ .Values.resources.umsUdmRestApi | toYaml | nindent 2 }}
...