Skip to content

Commit

Permalink
fix(zigbee2mqtt): set port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed Mar 2, 2024
1 parent c91abb9 commit 17aeea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/zigbee2mqtt/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_LEGACY: "false"
ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_RETAIN: "true"
ZIGBEE2MQTT_CONFIG_EXPERIMENTAL_NEW_API: "true"
ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: &port 80
ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: &port 8080
ZIGBEE2MQTT_CONFIG_FRONTEND_URL: &host "{{ .Release.Name }}.${SECRET_DOMAIN}"
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT: "true"
ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION: "true"
Expand Down

0 comments on commit 17aeea8

Please sign in to comment.