Skip to content

Commit

Permalink
Merge pull request #26 from jlpedrosa/ingress_notes
Browse files Browse the repository at this point in the history
Add notes in the helm chart for deployments using ingress
  • Loading branch information
jlpedrosa committed May 10, 2024
2 parents 7b0f0a3 + 0993469 commit 53599b5
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 53599b5

Please sign in to comment.