Files
chart/library/ix-dev/charts/pihole/values.yaml
bugclerk 8c1d95ae7d Upgraded catalog item(s) (#2203)
* Upgraded catalog item(s)

        This commit upgrades pihole, bazarr, cloudflared, castopod, immich, n8n catalog item(s).

* revert

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-21 14:31:21 +02:00

37 lines
523 B
YAML

image:
pullPolicy: IfNotPresent
repository: pihole/pihole
tag: 2024.02.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: []