Files
chart/library/ix-dev/charts/pihole/values.yaml
Stavros Kois c40d249084 pihole - migrate library (#2153)
* 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
2024-02-13 13:42:32 +02:00

37 lines
523 B
YAML

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