mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
27 lines
379 B
YAML
27 lines
379 B
YAML
image:
|
|
repository: adguard/adguardhome
|
|
tag: v0.107.38
|
|
pullPolicy: IfNotPresent
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
adguardNetwork:
|
|
webPort: 30004
|
|
enableDHCP: false
|
|
|
|
# FIXME: See _adguard.tpl
|
|
# adguardRunAs:
|
|
# user: 568
|
|
# group: 568
|
|
|
|
adguardStorage:
|
|
work:
|
|
type: ixVolume
|
|
datasetName: work
|
|
conf:
|
|
type: ixVolume
|
|
datasetName: conf
|