catalog/stable/pihole/14.1.0/ix_values.yaml

72 lines
1.4 KiB
YAML

image:
repository: pihole/pihole
pullPolicy: IfNotPresent
tag: 2024.01.0@sha256:d095ec4982b6d9d6ccd95e7cf9c6c731d073d3ec4705de1d3cc1bfa4f3633e03
pihole:
webPassword: somepassword"
dnsServers:
- "9.9.9.9"
- "149.112.112.112"
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- NET_ADMIN
- SETFCAP
- SETPCAP
- KILL
workload:
main:
podSpec:
containers:
main:
envFrom:
- configMapRef:
name: pihole-env
probes:
liveness:
type: http
path: /admin/index.php
readiness:
type: http
path: /admin/index.php
startup:
type: http
path: /admin/index.php
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
persistence:
config:
enabled: true
mountPath: "/etc/pihole"
dnsmasq:
enabled: true
mountPath: "/etc/dnsmasq.d"
portal:
open:
enabled: true