aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/sdewan_controllers/templates
diff options
context:
space:
mode:
authorLe Yao <le.yao@intel.com>2020-11-12 09:24:24 +0000
committerLe Yao <le.yao@intel.com>2020-11-23 01:22:24 +0000
commit1057576ef3bb011b1a6811722f097c93a7f783fb (patch)
tree9b1d3010efc59b392f197d4c5f7f32b3a24be764 /kud/deployment_infra/helm/sdewan_controllers/templates
parent0c352ef0d74d4b51a0fce5123b34a6753e8ab6a4 (diff)
Fix the nodeSelector indent and define name
Deploy the sdewan controller on master node Change sdewan-contoller-manager to sdewan-crd-controller Issue-ID: MULTICLOUD-1253 Signed-off-by: Le Yao <le.yao@intel.com> Change-Id: Ic55744914266278f1c344c10af587d41f4426918
Diffstat (limited to 'kud/deployment_infra/helm/sdewan_controllers/templates')
-rw-r--r--kud/deployment_infra/helm/sdewan_controllers/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kud/deployment_infra/helm/sdewan_controllers/templates/deployment.yaml b/kud/deployment_infra/helm/sdewan_controllers/templates/deployment.yaml
index 038b7c37..31b70e5b 100644
--- a/kud/deployment_infra/helm/sdewan_controllers/templates/deployment.yaml
+++ b/kud/deployment_infra/helm/sdewan_controllers/templates/deployment.yaml
@@ -49,8 +49,6 @@ spec:
- /manager
image: {{ .Values.spec.sdewan.image }}
name: {{ .Values.spec.sdewan.name }}
- nodeSelector:
- node-role.kubernetes.io/master: ""
ports:
- containerPort: 9443
name: webhook-server
@@ -66,6 +64,8 @@ spec:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
+ nodeSelector:
+ node-role.kubernetes.io/master: ""
terminationGracePeriodSeconds: 10
volumes:
- name: cert