update service ports adguard-home

This commit is contained in:
2024-07-20 12:34:46 +10:00
parent 5d2443fa2c
commit e15d8c3930
3 changed files with 24 additions and 3 deletions

View File

@@ -39,6 +39,18 @@ controller:
service:
externalTrafficPolicy: Cluster
ipFamilyPolicy: SingleStack
ports: |-
dns-tcp: 53
dhcps-udp: 67
dns-tls-tcp: 853
dnscrypt-tcp: 5443
https-pprof: 6060
targetPorts: |-
dns-tcp: 53
dhcps-udp: 67
dns-tls-tcp: 853
dnscrypt-tcp: 5443
https-pprof: 6060
metrics:
enabled: ${metrics_enabled:=false}