fix(mosquitto): use targetPort in mosquitto.conf (#3911)

This commit is contained in:
Ben Woods
2022-09-26 15:03:54 +02:00
committed by GitHub
parent 7acb599a01
commit 72037a7f50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
- https://github.com/eclipse/mosquitto
type: application
version: 6.1.0
version: 6.1.1
annotations:
truecharts.org/catagories: |
- homeautomation
+1 -1
View File
@@ -30,7 +30,7 @@ configmap:
enabled: true
data:
mosquitto.conf: |
listener {{ .Values.service.main.ports.main.port }}
listener {{ .Values.service.main.ports.main.targetPort }}
{{- if .Values.websockets.enabled }}
listener {{ .Values.service.websockets.ports.websockets.targetPort }}
protocol websockets