mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +00:00
34 lines
501 B
YAML
34 lines
501 B
YAML
# Default values for AdGuard Home Helm Chart
|
|
image:
|
|
repository: adguard/adguardhome
|
|
pullPolicy: Always
|
|
|
|
timezone: "Europe/Kyiv"
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "256Mi"
|
|
limits:
|
|
cpu: "2"
|
|
memory: "1Gi"
|
|
|
|
volumes:
|
|
work:
|
|
hostPath: ""
|
|
conf:
|
|
hostPath: ""
|
|
|
|
dns:
|
|
enabled: true
|
|
type: LoadBalancer
|
|
externalTrafficPolicy: Local
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: agh.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - agh.example.com
|