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

This commit is contained in:
Ben Woods 2022-09-26 22:32:24 +08:00 committed by GitHub
parent f02cd4c631
commit 1eb4da8be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

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

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}

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