feat(helm): resource limits and requests for cnpg cluster

This commit is contained in:
Dario G. Mori
2026-04-17 12:26:57 +02:00
parent d415672247
commit 8553ff5326

View File

@@ -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 }}