mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 18:01:24 -03:00
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