diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 923ff8bf..f33e02d2 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -22,6 +22,8 @@ spec: spec: terminationGracePeriodSeconds: 10 serviceAccountName: {{ template "kiosk.serviceAccountName" . }} + nodeSelector: +{{ toYaml .Values.nodeSelector | indent 8 }} containers: - ports: - name: webhook diff --git a/chart/values.yaml b/chart/values.yaml index 05dc4e9e..fe703e00 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -6,6 +6,8 @@ replicaCount: 1 env: {} +nodeSelector: {} + readinessProbe: enabled: true