From 076145b865ca2918bcaa3e4053f30693bfc869dd Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 6 Nov 2021 13:20:28 +0100 Subject: [PATCH] chore(Apps): default serviceList to Simple type --- templates/questions/serviceList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"