use LoadBalancer for Pihole DNS Port
This commit is contained in:
@@ -21,4 +21,4 @@ sources:
|
|||||||
- https://github.com/pi-hole
|
- https://github.com/pi-hole
|
||||||
- https://github.com/pi-hole/docker-pi-hole
|
- https://github.com/pi-hole/docker-pi-hole
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ questions:
|
|||||||
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
|
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:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "NodePort"
|
default: "LoadBalancer"
|
||||||
enum:
|
enum:
|
||||||
- value: "NodePort"
|
- value: "NodePort"
|
||||||
description: "NodePort"
|
description: "NodePort"
|
||||||
|
|||||||
Reference in New Issue
Block a user