@@ -178,24 +178,30 @@ zigbee2mqtt:
178
178
# In case you are having issues try `200`.
179
179
# For more information see https://github.com/Koenkk/zigbee2mqtt/issues/4884
180
180
adapter_delay : 0
181
+ # -- Ingress configuration. Zigbee2mqtt does use webssockets, which is not part of the Ingress standart settings.
182
+ # most of the popular ingresses supports them through annotations. Please check https://www.zigbee2mqtt.io/guide/installation/08_kubernetes.html
183
+ # for examples.
181
184
ingress :
182
185
# -- When enabled a new Ingress will be created
183
186
enabled : false
184
- # The ingress class name for the ingress
187
+ # -- The ingress class name for the ingress
185
188
ingressClassName : contour
186
- # Additional labels for the ingres
189
+ # -- Additional labels for the ingres
187
190
labels : {}
188
- # URL in which the ingress will be accepting requests for zigbee2mqtt
189
- path : /
190
- # Ingress implementation specific (potentially) for most use cases Prefix should be ok
191
+ # -- Ingress implementation specific (potentially) for most use cases Prefix should be ok
191
192
pathType : Prefix
192
193
# Additional annotations for the ingress. ExternalDNS, and CertManager are tipically integrated here
193
- annotations : {}
194
- # configuration for tls service (ig any)
194
+ annotations : { }
195
+ # -- list of hosts that should be allowed for the zigbee2mqtt service
196
+ hosts :
197
+ - host : chart-example.local
198
+ paths :
199
+ - path : /
200
+ pathType : ImplementationSpecific
201
+ - path : /api
202
+ pathType : ImplementationSpecific
203
+ # -- configuration for tls service (ig any)
195
204
tls :
196
205
- secretName : some-tls-secret
197
206
hosts :
198
- - yourdomain.com
199
- # list of hosts that should be allowed for the zigbee2mqtt service
200
- hosts :
201
- - yourdomain.com
207
+ - yourdomain.com
0 commit comments