fix(mosquitto): add second ingress question for websockets service (#3916)
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
|
- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
|
||||||
- https://github.com/eclipse/mosquitto
|
- https://github.com/eclipse/mosquitto
|
||||||
type: application
|
type: application
|
||||||
version: 6.1.1
|
version: 6.1.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- homeautomation
|
- homeautomation
|
||||||
|
|||||||
@@ -130,6 +130,16 @@ questions:
|
|||||||
# Include{ingressDefault}
|
# Include{ingressDefault}
|
||||||
# Include{ingressTLS}
|
# Include{ingressTLS}
|
||||||
# Include{ingressTraefik}
|
# 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{ingressExpert}
|
||||||
# Include{ingressList}
|
# Include{ingressList}
|
||||||
# Include{security}
|
# Include{security}
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ service:
|
|||||||
port: 9001
|
port: 9001
|
||||||
targetPort: 9001
|
targetPort: 9001
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
websockets:
|
||||||
|
autoLink: true
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
|
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user