TrueChartsClone/charts/incubator/pihole/values.yaml

44 lines
622 B
YAML
Raw Normal View History

# Default values for Jackett.
image:
repository: pihole/pihole
pullPolicy: IfNotPresent
tag: v5.8.1
2021-09-04 12:07:59 -04:00
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
2021-09-04 12:07:59 -04:00
pihole:
WEBPASSWORD: "somepassword"
DNS1: "1.1.1.1"
DNS2: "1.0.0.1"
persistence:
config:
enabled: true
mountPath: "/etc/pihole"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"