catalog/stable/adguard-home/5.0.26/ix_values.yaml

124 lines
2.4 KiB
YAML

image:
repository: tccr.io/truecharts/adguard-home
tag: v0.107.32@sha256:4ff1081f57fb105939e215bf8d5730cc637087b67b73e5b0ed9fac8b64073427
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
command: ["/opt/adguardhome/AdGuardHome"]
args:
- --no-check-update
- --host
- "0.0.0.0"
- --config
- /opt/adguardhome/conf/AdGuardHome.yaml
- --work-dir
- /opt/adguardhome/work
- --port
- "{{ .Values.service.main.ports.main.port }}"
env: {}
service:
main:
ports:
main:
port: 10232
protocol: http
dns-tcp:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns-udp:
enabled: true
ports:
dns-udp:
enabled: true
protocol: udp
port: 53
targetPort: 53
dns-https:
enabled: true
ports:
dns-https:
enabled: true
protocol: https
port: 10234
targetPort: 443
dns-https-udp:
enabled: true
ports:
dns-https-udp:
enabled: true
protocol: udp
port: 10234
targetPort: 443
dns-crypt:
enabled: true
ports:
dns-crypt:
enabled: true
protocol: http
port: 5443
targetPort: 5443
dns-crypt-udp:
enabled: true
ports:
dns-crypt-udp:
enabled: true
protocol: udp
port: 5443
targetPort: 5443
dns-quic-udp-1:
enabled: true
ports:
dns-quic-udp-1:
enabled: true
protocol: udp
port: 784
targetPort: 784
dns-quic-udp-2:
enabled: true
protocol: udp
port: 853
targetPort: 853
dns-quic-udp-3:
enabled: true
protocol: udp
port: 8853
targetPort: 8853
persistence:
config:
enabled: true
mountPath: /opt/adguardhome/conf
data:
enabled: true
mountPath: /opt/adguardhome/work
portal:
open:
enabled: true