50 lines
752 B
YAML
50 lines
752 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: pihole/pihole
|
|
pullPolicy: IfNotPresent
|
|
tag: v5.8.1
|
|
|
|
envFrom:
|
|
- configMapRef:
|
|
name: pihole-env
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
port: 80
|
|
dns-tcp:
|
|
enabled: true
|
|
ports:
|
|
https:
|
|
enabled: true
|
|
port: 53
|
|
dns:
|
|
enabled: true
|
|
ports:
|
|
dns:
|
|
enabled: true
|
|
port: 53
|
|
|
|
pihole:
|
|
WEBPASSWORD: "somepassword"
|
|
DNS1: "9.9.9.9"
|
|
DNS2: "149.112.112.112"
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/etc/pihole"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|
|
dnsmasq:
|
|
enabled: true
|
|
mountPath: "/etc/dnsmasq.d"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|