Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Dec 10, 2024
1 parent 0bc0b58 commit cd2da3d
Showing 1 changed file with 14 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spec:
secretKeyRef:
name: zigbee2mqtt-secret
key: zigbee_ext_pan_id
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_ENTITY_ATTRIBUTES: false
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_TRIGGERS: false
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
ZIGBEE2MQTT_CONFIG_ADVANCED_LAST_SEEN: ISO_8601
ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_API: false
ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_AVAILABILITY_PAYLOAD: false
Expand All @@ -64,11 +68,7 @@ spec:
ZIGBEE2MQTT_CONFIG_EXPERIMENTAL_NEW_API: true
ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: 8080
ZIGBEE2MQTT_CONFIG_FRONTEND_URL: https://zigbee2mqtt.econline.nl
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_EXPERIMENTAL_EVENT_ENTITIES: true
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_LEGACY_ENTITY_ATTRIBUTES: false
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_LEGACY_TRIGGERS: false
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT: true
ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC: zigbee2mqtt
ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION: true
ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE: 60
Expand Down Expand Up @@ -106,18 +106,14 @@ spec:
image:
repository: ghcr.io/coder/code-server
tag: 4.95.3@sha256:6d74583d68179cbb6ddadc2518b450d2ac3eaec2d342474fe1941e03371cd2cf
args:
- --auth
- none
- --disable-telemetry
- --disable-update-check
- --user-data-dir
- /data/.code-server
- --extensions-dir
- /data/.code-server
- --port
- "12321"
- /data
args: [
"--auth", "none",
"--disable-telemetry", "--disable-update-check",
"--user-data-dir", "/data/.code-server",
"--extensions-dir", "/data/.code-server",
"--port", "12321",
"/data"
]
resources:
requests:
cpu: 10m
Expand All @@ -140,6 +136,7 @@ spec:
app:
className: internal-nginx
annotations:
external-dns.alpha.kubernetes.io/target: ingress-int.econline.nl
nginx.ingress.kubernetes.io/rewrite-target: /$1
hosts:
- host: zigbee2mqtt.econline.nl
Expand Down

0 comments on commit cd2da3d

Please sign in to comment.