From 8553ff532602d2adee8d39adfae84b658edb6ba3 Mon Sep 17 00:00:00 2001 From: "Dario G. Mori" Date: Fri, 17 Apr 2026 12:26:57 +0200 Subject: [PATCH] feat(helm): resource limits and requests for cnpg cluster --- charts/sure/templates/cnpg-cluster.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/sure/templates/cnpg-cluster.yaml b/charts/sure/templates/cnpg-cluster.yaml index a19c789be..2e694ea54 100644 --- a/charts/sure/templates/cnpg-cluster.yaml +++ b/charts/sure/templates/cnpg-cluster.yaml @@ -74,6 +74,10 @@ spec: tolerations: {{- toYaml . | nindent 4 }} {{- end }} + {{- with .Values.cnpg.cluster.resources }} + resources: + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.cnpg.cluster.topologySpreadConstraints }} topologySpreadConstraints: {{- toYaml . | nindent 4 }}