TrueChartsCatalogClone/stable/pihole/4.0.29/ix_values.yaml

53 lines
918 B
YAML

image:
repository: tccr.io/truecharts/pihole
pullPolicy: IfNotPresent
tag: v2021.10.1@sha256:437641c8f69057a31a16c92f45cbcc8cce6eb39a54cfb9c092a55db387b66a87
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
envFrom:
- configMapRef:
name: pihole-env
service:
main:
ports:
main:
port: 9089
targetPort: 80
dns-tcp:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns:
enabled: true
ports:
dns:
enabled: true
protocol: UDP
port: 53
targetPort: 53
pihole:
WEBPASSWORD: "somepassword"
DNS1: "9.9.9.9"
DNS2: "149.112.112.112"
persistence:
config:
enabled: true
mountPath: "/etc/pihole"
dnsmasq:
enabled: true
mountPath: "/etc/dnsmasq.d"