Skip to content

Commit

Permalink
Add notes in the helm chart for deployments using ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpedrosaSnoo committed May 10, 2024
1 parent 7b0f0a3 commit 0993469
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/zigbee2mqtt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ zigbee2mqtt:
# In case you are having issues try `200`.
# For more information see https://github.com/Koenkk/zigbee2mqtt/issues/4884
adapter_delay: 0
# -- Ingress configuration. Zigbee2mqtt does use webssockets, which is not part of the Ingress standart settings.
# most of the popular ingresses supports them through annotations. Please check https://www.zigbee2mqtt.io/guide/installation/08_kubernetes.html
# for examples.
ingress:
# -- When enabled a new Ingress will be created
enabled: false
Expand Down

0 comments on commit 0993469

Please sign in to comment.