chore(Apps): default serviceList to Simple type

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