TrueChartsClone/charts/stable/pihole/values.yaml

53 lines
918 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/pihole
pullPolicy: IfNotPresent
tag: v2022.07.1@sha256:eb1701bc55bf037a12612de837c566bca4e5bee4eb26e75b5d9bb8e361c7b4b0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
2021-09-04 12:07:59 -04:00
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
2021-09-04 12:07:59 -04:00
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"