mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add AdGuard Home Helm chart with deployment, services, ingress, and values configuration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user