mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 05:40:20 +08:00
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/docker-pi-hole
|
||||
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"
|
||||
schema:
|
||||
type: string
|
||||
default: "NodePort"
|
||||
default: "LoadBalancer"
|
||||
enum:
|
||||
- value: "NodePort"
|
||||
description: "NodePort"
|
||||
|
||||
Reference in New Issue
Block a user