mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 18:41:41 +08:00
* pihole - migrate library * add templates * ci values * add some caps * update emta * add some caps * service * update ui * format * add initial migration * no need to carry them on, those are not used anywhere * make dhcp a dict * remove test code * no cidr * up version * keep version * safely access keys * typo
17 lines
241 B
YAML
17 lines
241 B
YAML
piholeConfig:
|
|
webPassword: somepassword
|
|
|
|
piholeNetwork:
|
|
webPort: 32000
|
|
dhcp:
|
|
enabled: true
|
|
start: '192.168.1.1'
|
|
end: '192.168.1.2'
|
|
gateway: '192.168.1.0'
|
|
|
|
piholeStorage:
|
|
config:
|
|
type: pvc
|
|
dnsmasq:
|
|
type: pvc
|