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: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home - https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
- https://hub.docker.com/r/adguard/adguardhome - https://hub.docker.com/r/adguard/adguardhome
version: 1.0.37 version: 2.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

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