chore(Apps): default serviceList to Simple type
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user