From 75c6c068a7dba2ef221eb10ae03611f48c12547a Mon Sep 17 00:00:00 2001 From: Joseph Pisciotta Date: Fri, 17 Jul 2020 12:51:29 -0400 Subject: [PATCH] Remove the NodePort type for the web svc. --- installer/roles/kubernetes/templates/deployment.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/roles/kubernetes/templates/deployment.yml.j2 b/installer/roles/kubernetes/templates/deployment.yml.j2 index 36fedcdb45..0746f43c4f 100644 --- a/installer/roles/kubernetes/templates/deployment.yml.j2 +++ b/installer/roles/kubernetes/templates/deployment.yml.j2 @@ -487,7 +487,6 @@ metadata: labels: name: {{ kubernetes_deployment_name }}-web-svc spec: - type: "NodePort" ports: - name: http port: 80