diff --git a/templates/questions/serviceList.yaml b/templates/questions/serviceList.yaml index c5bb4ab7c2b..d6be021b8f3 100644 --- a/templates/questions/serviceList.yaml +++ b/templates/questions/serviceList.yaml @@ -26,7 +26,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"