use LoadBalancer for Pihole DNS Port

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-04 18:50:10 +02:00
parent 73e99224af
commit 3c9fc6ca56
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"