feat: Add AdGuard Home Helm chart with deployment, services, ingress, and values configuration

This commit is contained in:
sha
2026-03-26 20:57:31 +02:00
parent 07facc58fc
commit 965420e54e
6 changed files with 171 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# 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