Chore(Apps): Default to Simple service type

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-06 13:18:22 +01:00
parent ee60aa2151
commit 7761d59da4
+1 -1
View File
@@ -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"