mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: migrate from emqx to mosquitto
This commit is contained in:
@@ -9,7 +9,6 @@ spec:
|
||||
chartRef:
|
||||
kind: OCIRepository
|
||||
name: app-template
|
||||
namespace: flux-system
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
@@ -51,7 +50,7 @@ spec:
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION: "true"
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE: 60
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_REJECT_UNAUTHORIZED: "true"
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: mqtt://emqx.database.svc.cluster.local.
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: mqtt://mosquitto.database.svc.cluster.local.:1883
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_VERSION: 5
|
||||
ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: "false"
|
||||
ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: zstack
|
||||
|
@@ -10,6 +10,8 @@ spec:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
dependsOn:
|
||||
- name: mosquitto
|
||||
namespace: database
|
||||
- name: node-feature-discovery-rules
|
||||
namespace: kube-system
|
||||
- name: rook-ceph-cluster
|
||||
@@ -30,7 +32,7 @@ spec:
|
||||
retryInterval: 2m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: home-ops-kubernetes
|
||||
name: flux-system
|
||||
namespace: flux-system
|
||||
targetNamespace: *namespace
|
||||
timeout: 5m
|
||||
|
Reference in New Issue
Block a user