2021-09-04 15:42:55 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/pihole
|
2021-09-04 15:42:55 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-04-26 09:56:48 +00:00
|
|
|
tag: v2022.04.3@sha256:58dfd0e88e29ad6f7681f611a0371c539b5edd531c2f796677475aafa79b083f
|
2021-09-04 15:42:55 +00:00
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
2021-10-04 11:52:17 +00:00
|
|
|
allowPrivilegeEscalation: true
|
2021-09-26 18:05:21 +00:00
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-09-04 16:07:59 +00:00
|
|
|
envFrom:
|
|
|
|
- configMapRef:
|
|
|
|
name: pihole-env
|
2021-09-04 15:42:55 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-19 20:06:31 +00:00
|
|
|
port: 9089
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 80
|
2021-09-04 15:42:55 +00:00
|
|
|
dns-tcp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-10-22 12:16:48 +00:00
|
|
|
dns-tcp:
|
2021-09-04 15:42:55 +00:00
|
|
|
enabled: true
|
|
|
|
port: 53
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 53
|
2021-09-04 15:42:55 +00:00
|
|
|
dns:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
dns:
|
|
|
|
enabled: true
|
2021-11-20 23:20:50 +00:00
|
|
|
protocol: UDP
|
2021-09-04 15:42:55 +00:00
|
|
|
port: 53
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 53
|
2021-09-04 15:42:55 +00:00
|
|
|
|
2021-09-04 16:07:59 +00:00
|
|
|
pihole:
|
2021-09-05 07:19:55 +00:00
|
|
|
WEBPASSWORD: "somepassword"
|
2021-09-04 16:28:49 +00:00
|
|
|
DNS1: "9.9.9.9"
|
|
|
|
DNS2: "149.112.112.112"
|
2021-09-04 15:42:55 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/etc/pihole"
|
2021-09-05 07:19:55 +00:00
|
|
|
dnsmasq:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/etc/dnsmasq.d"
|