mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
This commit upgrades pihole, home-assistant, metube, firefly-iii, planka catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
37 lines
523 B
YAML
37 lines
523 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: pihole/pihole
|
|
tag: 2024.06.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
piholeConfig:
|
|
webPassword: ''
|
|
additionalEnvs: []
|
|
|
|
piholeNetwork:
|
|
webPort: 20489
|
|
dhcp:
|
|
enabled: false
|
|
start: ''
|
|
end: ''
|
|
gateway: ''
|
|
|
|
piholeStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
dnsmasq:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: dnsmasq
|
|
additionalStorages: []
|