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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

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"