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

View File

@ -21,4 +21,4 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 1.0.0
version: 1.0.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"
schema:
type: string
default: "NodePort"
default: "LoadBalancer"
enum:
- value: "NodePort"
description: "NodePort"