From 5b84caa7152c096f3b2693b489b9b1b95e52af7c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 28 Nov 2021 10:44:06 +0100 Subject: [PATCH] fix(apps): correct some ports mistakes (#1416) * fix(apps): correct some ports mistakes * Some fixes and cleanup --- charts/core/traefik/questions.yaml | 2 +- charts/core/traefik/values.yaml | 2 +- charts/stable/authelia/values.yaml | 2 -- charts/stable/gitea/templates/_secrets.tpl | 2 +- charts/stable/plex/questions.yaml | 2 +- charts/stable/plex/values.yaml | 2 +- charts/stable/unifi/values.yaml | 2 +- 7 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/core/traefik/questions.yaml b/charts/core/traefik/questions.yaml index d429f26acaa..ae4704a0380 100644 --- a/charts/core/traefik/questions.yaml +++ b/charts/core/traefik/questions.yaml @@ -570,7 +570,7 @@ questions: label: "Entrypoints Port" schema: type: int - default: 10200 + default: 9000 editable: true required: true - variable: tcp diff --git a/charts/core/traefik/values.yaml b/charts/core/traefik/values.yaml index 6fde427b77a..60c6ab23018 100644 --- a/charts/core/traefik/values.yaml +++ b/charts/core/traefik/values.yaml @@ -139,7 +139,7 @@ service: type: LoadBalancer ports: main: - port: 10200 + port: 9000 targetPort: 9000 protocol: HTTP tcp: diff --git a/charts/stable/authelia/values.yaml b/charts/stable/authelia/values.yaml index c943899a85f..7b46901b3a4 100644 --- a/charts/stable/authelia/values.yaml +++ b/charts/stable/authelia/values.yaml @@ -1,5 +1,3 @@ -# Default values for Bitwarden. - image: repository: ghcr.io/authelia/authelia pullPolicy: IfNotPresent diff --git a/charts/stable/gitea/templates/_secrets.tpl b/charts/stable/gitea/templates/_secrets.tpl index 19e21be7b87..0d638d3439e 100644 --- a/charts/stable/gitea/templates/_secrets.tpl +++ b/charts/stable/gitea/templates/_secrets.tpl @@ -81,7 +81,7 @@ stringData: APP_DATA_PATH = /data DOMAIN = {{ $DOMAIN }} ENABLE_PPROF = false - HTTP_PORT = {{ .Values.service.main.ports.main.port }} + HTTP_PORT = {{ .Values.service.main.ports.main.targetPort }} PROTOCOL = http {{- if and ( .Values.ingress.main.enabled ) ( gt (len .Values.ingress.main.hosts) 0 ) }} ROOT_URL = {{ printf "https://%s" $DOMAIN }} diff --git a/charts/stable/plex/questions.yaml b/charts/stable/plex/questions.yaml index 973bed857c1..6ffcf850b59 100644 --- a/charts/stable/plex/questions.yaml +++ b/charts/stable/plex/questions.yaml @@ -125,7 +125,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10108 + default: 32400 editable: true required: true - variable: advanced diff --git a/charts/stable/plex/values.yaml b/charts/stable/plex/values.yaml index 3b85d6907cf..bd6021e4c99 100644 --- a/charts/stable/plex/values.yaml +++ b/charts/stable/plex/values.yaml @@ -9,7 +9,7 @@ service: main: ports: main: - port: 10108 + port: 32400 targetPort: 32400 persistence: diff --git a/charts/stable/unifi/values.yaml b/charts/stable/unifi/values.yaml index eb3e2144dcd..04c46c063b9 100644 --- a/charts/stable/unifi/values.yaml +++ b/charts/stable/unifi/values.yaml @@ -22,7 +22,7 @@ service: ports: comm: enabled: true - port: 10101 + port: 8080 targetPort: 8080 stun: enabled: true