Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart - Ingress notes #22586

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/helm_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- 'charts/**'
workflow_dispatch:

jobs:
release:
Expand Down
15 changes: 9 additions & 6 deletions charts/zigbee2mqtt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,24 +178,27 @@ 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
# The ingress class name for the ingress
# -- The ingress class name for the ingress
ingressClassName: contour
# Additional labels for the ingres
# -- Additional labels for the ingres
labels: {}
# URL in which the ingress will be accepting requests for zigbee2mqtt
# -- URL in which the ingress will be accepting requests for zigbee2mqtt
path: /
# Ingress implementation specific (potentially) for most use cases Prefix should be ok
# -- Ingress implementation specific (potentially) for most use cases Prefix should be ok
pathType: Prefix
# Additional annotations for the ingress. ExternalDNS, and CertManager are tipically integrated here
annotations: {}
# configuration for tls service (ig any)
# -- configuration for tls service (ig any)
tls:
- secretName: some-tls-secret
hosts:
- yourdomain.com
# list of hosts that should be allowed for the zigbee2mqtt service
# -- list of hosts that should be allowed for the zigbee2mqtt service
hosts:
- yourdomain.com