Files
catalog/stable/pihole/8.0.10/ix_values.yaml
TrueCharts-Bot 1b741a24a3 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-04 10:41:42 +00:00

56 lines
942 B
YAML

image:
repository: tccr.io/truecharts/pihole
pullPolicy: IfNotPresent
tag: 2022.12.1@sha256:2fc5bffe00b5d85a875b2fa0c02a7753e9d6f6edeaa067bc2166ee137dd70f6e
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"
portal:
enabled: true