diff --git a/templates/questions/serviceSelector.yaml b/templates/questions/serviceSelector.yaml index de0af860602..9466a87a07b 100644 --- a/templates/questions/serviceSelector.yaml +++ b/templates/questions/serviceSelector.yaml @@ -9,7 +9,7 @@ description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" schema: type: string - default: "NodePort" + default: "Simple" enum: - value: "Simple" description: "Simple"