diff --git a/.changeset/mighty-rocks-relax.md b/.changeset/mighty-rocks-relax.md new file mode 100644 index 0000000..6c59dc6 --- /dev/null +++ b/.changeset/mighty-rocks-relax.md @@ -0,0 +1,5 @@ +--- +"@openproject/helm-charts": patch +--- + +add resource limit for init-container diff --git a/charts/openproject/templates/web-deployment.yaml b/charts/openproject/templates/web-deployment.yaml index c8e54e4..d174461 100644 --- a/charts/openproject/templates/web-deployment.yaml +++ b/charts/openproject/templates/web-deployment.yaml @@ -65,6 +65,8 @@ spec: command: - bash - /app/docker/prod/wait-for-db + resources: + {{- toYaml .Values.initdb.resources | nindent 12 }} containers: - name: "openproject" {{- include "openproject.containerSecurityContext" . | indent 10 }}