From adc4fd9f0cb7657fc192f9e129249847623a831a Mon Sep 17 00:00:00 2001 From: Victor Login Date: Sun, 26 May 2024 00:58:08 +0200 Subject: [PATCH] pyrra: add resources for second container --- charts/pyrra/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/pyrra/templates/deployment.yaml b/charts/pyrra/templates/deployment.yaml index 5b93db724..a6c4db289 100644 --- a/charts/pyrra/templates/deployment.yaml +++ b/charts/pyrra/templates/deployment.yaml @@ -63,6 +63,8 @@ spec: {{- with .Values.extraApiArgs }} {{- toYaml . | nindent 12 }} {{- end }} + resources: + {{- toYaml .Values.resources | nindent 12 }} ports: - name: http containerPort: 9099