mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* move pihole to ix-dev * always use the web_port for webUI * Apply fixes for DHCP/DNS + hostnetwork * Don't attempt to generate service at all on hostnet * clean url
23 lines
429 B
YAML
23 lines
429 B
YAML
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /etc/pihole
|
|
dnsmasq:
|
|
emptyDir: true
|
|
mountPath: /etc/dnsmasq.d
|
|
dhcp: true
|
|
dhcp_start: 192.168.10.2
|
|
dhcp_end: 192.168.10.254
|
|
dhcp_gateway: 192.168.10.1
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
environmentVariables: []
|
|
extraAppVolumeMounts: []
|
|
hostNetwork: true
|
|
ownerGID: 568
|
|
ownerUID: 568
|
|
password: admin123
|
|
timezone: America/Los_Angeles
|
|
web_port: 32000
|