From c821e72c7e93f6662cc254ce491d625e0cf736e1 Mon Sep 17 00:00:00 2001 From: "Daniel J." Date: Fri, 27 Sep 2024 10:05:33 +0200 Subject: [PATCH] Fix mqtt auth port (#7) --- charts/priobike-mqtt-authenticator/Chart.yaml | 2 +- charts/priobike-mqtt-authenticator/templates/config-map.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/priobike-mqtt-authenticator/Chart.yaml b/charts/priobike-mqtt-authenticator/Chart.yaml index eabad36..2ffbe89 100644 --- a/charts/priobike-mqtt-authenticator/Chart.yaml +++ b/charts/priobike-mqtt-authenticator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/priobike-mqtt-authenticator/templates/config-map.yaml b/charts/priobike-mqtt-authenticator/templates/config-map.yaml index 36c1419..b848cc3 100644 --- a/charts/priobike-mqtt-authenticator/templates/config-map.yaml +++ b/charts/priobike-mqtt-authenticator/templates/config-map.yaml @@ -3,4 +3,4 @@ kind: ConfigMap metadata: name: priobike-mqtt-authenticator-config data: - PORT: {{ .Values.containerPort | quote }} + PORT: :{{ .Values.containerPort }}