fix(helm-charts): add nodeSelector and tolerations

This commit is contained in:
Remy
2024-06-20 16:32:47 +02:00
committed by GitHub
parent 31e27ad1d7
commit 3f6b84de3b
2 changed files with 5 additions and 1 deletions

View File

@@ -82,4 +82,6 @@ spec:
securityContext:
runAsNonRoot: true
serviceAccountName: {{ include "secrets-operator.fullname" . }}-controller-manager
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 10
nodeSelector: {{ toYaml .Values.controllerManager.nodeSelector | nindent 8 }}
tolerations: {{ toYaml .Values.controllerManager.tolerations | nindent 8 }}

View File

@@ -43,6 +43,8 @@ controllerManager:
replicas: 1
serviceAccount:
annotations: {}
nodeSelector: {}
tolerations: []
kubernetesClusterDomain: cluster.local
metricsService:
ports: