correct paths for pvc on pihole (#896)
* correct paths for pvc on pihole * eof * actual eof.. * space * space * fix label
This commit is contained in:
@@ -29,7 +29,7 @@ service:
|
||||
port: 53
|
||||
|
||||
pihole:
|
||||
WEBPASSWORD: "somepassword"
|
||||
WEBPASSWORD: "somepassword"
|
||||
DNS1: "9.9.9.9"
|
||||
DNS2: "149.112.112.112"
|
||||
|
||||
@@ -41,3 +41,9 @@ persistence:
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
dnsmasq:
|
||||
enabled: true
|
||||
mountPath: "/etc/dnsmasq.d"
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
Reference in New Issue
Block a user