mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ home-automation
This commit is contained in:
@@ -3,12 +3,11 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: zigbee2mqtt
|
||||
namespace: home-automation
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 5m
|
||||
interval: 15m
|
||||
chart:
|
||||
spec:
|
||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||
chart: zigbee2mqtt
|
||||
version: 9.4.2
|
||||
sourceRef:
|
||||
@@ -18,7 +17,7 @@ spec:
|
||||
interval: 5m
|
||||
values:
|
||||
image:
|
||||
repository: koenkk/zigbee2mqtt
|
||||
repository: ghcr.io/koenkk/zigbee2mqtt
|
||||
tag: 1.27.2
|
||||
|
||||
env:
|
||||
@@ -32,9 +31,9 @@ spec:
|
||||
permit_join: false
|
||||
mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
server: "mqtt://emqx"
|
||||
user: "${SECRET_MQTT_USERNAME}"
|
||||
password: "${SECRET_MQTT_PASSWORD}"
|
||||
server: "mqtt://emqx.default.svc.cluster.local"
|
||||
user: ${SECRET_MQTT_USER}
|
||||
password: ${SECRET_MQTT_PASSWORD}
|
||||
serial:
|
||||
port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
||||
advanced:
|
||||
@@ -64,12 +63,6 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
service:
|
||||
main:
|
||||
annotations:
|
||||
prometheus.io/probe: "true"
|
||||
prometheus.io/protocol: "http"
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
@@ -3,7 +3,7 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: zigbee2mqtt-config
|
||||
namespace: home-automation
|
||||
namespace: default
|
||||
labels:
|
||||
kasten-io/backup: "true"
|
||||
spec:
|
||||
|
Reference in New Issue
Block a user