fix(mosquitto): add second ingress question for websockets service (#3916)
This commit is contained in:
parent
f02cd4c631
commit
1eb4da8be0
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue