feat(adguard-home): move to stable and cleanup ports a bit (#3703)

This commit is contained in:
Stavros Kois
2022-09-05 08:53:05 +03:00
committed by GitHub
parent 6ac2d079f8
commit 081eba6466
8 changed files with 6 additions and 25 deletions
@@ -19,7 +19,7 @@ name: adguard-home
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
- https://hub.docker.com/r/adguard/adguardhome
version: 1.0.37
version: 2.0.0
annotations:
truecharts.org/catagories: |
- media

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

@@ -147,7 +147,7 @@ questions:
type: int
default: 10234
required: true
# Include{advancedPortHTTP}
# Include{advancedPortHTTPS}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
@@ -266,14 +266,6 @@ questions:
schema:
type: int
default: 784
- variable: dns-quic-udp-2
label: "dns-quic-udp-2 Service"
description: "The dns-quic-udp-2 service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-quic-udp-2
label: "dns-quic-udp-2 Service Port Configuration"
schema:
@@ -294,14 +286,6 @@ questions:
schema:
type: int
default: 853
- variable: dns-quic-udp-3
label: "dns-quic-udp-3 Service"
description: "The dns-quic-udp-3 service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-quic-udp-3
label: "dns-quic-udp-3 Service Port Configuration"
schema:
@@ -6,7 +6,6 @@ image:
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
# allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
@@ -17,6 +16,7 @@ service:
ports:
main:
port: 10232
protocol: HTTP
targetPort: 3000
dns-tcp:
enabled: true
@@ -38,6 +38,7 @@ service:
ports:
dns-http:
enabled: true
protocol: HTTP
port: 10233
targetPort: 80
dns-https:
@@ -45,6 +46,7 @@ service:
ports:
dns-https:
enabled: true
protocol: HTTPS
port: 10234
targetPort: 443
dns-https-udp:
@@ -60,6 +62,7 @@ service:
ports:
dns-crypt:
enabled: true
protocol: HTTP
port: 5443
targetPort: 5443
dns-crypt-udp:
@@ -78,17 +81,11 @@ service:
protocol: UDP
port: 784
targetPort: 784
dns-quic-udp-2:
enabled: true
ports:
dns-quic-udp-2:
enabled: true
protocol: UDP
port: 853
targetPort: 853
dns-quic-udp-3:
enabled: true
ports:
dns-quic-udp-3:
enabled: true
protocol: UDP