fix(mosquitto): add second ingress question for websockets service (#3916)

This commit is contained in:
Ben Woods
2022-09-26 16:32:24 +02:00
committed by GitHub
parent f02cd4c631
commit 1eb4da8be0
3 changed files with 15 additions and 1 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.1
version: 6.1.2
annotations:
truecharts.org/catagories: |
- homeautomation
+10
View File
@@ -130,6 +130,16 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
- variable: websockets
label: "WebSockets Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
+4
View File
@@ -17,6 +17,10 @@ service:
port: 9001
targetPort: 9001
ingress:
websockets:
autoLink: true
auth:
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
enabled: false