From 7761d59da4764690717a17a38d62726a7cad1946 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 6 Nov 2021 13:18:22 +0100 Subject: [PATCH] Chore(Apps): Default to Simple service type --- templates/questions/serviceSelector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"