mirror of
https://github.com/we-promise/sure.git
synced 2026-04-28 08:24:11 +00:00
feat(helm): resource limits and requests for cnpg cluster
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user