45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
# Broker-Clients im Cluster
|
|
|
|
## First step:
|
|
|
|
- remove all existing services in namespace broker
|
|
- create externalName emqx01-anonymous-cluster-internal.broker.svc.cluster.local in namespace broker
|
|
- check whether services in namespace mosquitto get addresses
|
|
- check whether applications connect via externalName to mosquitto
|
|
|
|
## Second step:
|
|
|
|
Change applications
|
|
|
|
### homea/digitaltwin
|
|
- configMap in install-yml.tmpl anpassen und nur configMap neu applyen
|
|
|
|
### homea/ma
|
|
- config.json in Repo anpassen und neu deployen
|
|
|
|
### homea/snmp-mqtt
|
|
- config.json in Repo anpassen und pushconfig.sh ausführen
|
|
|
|
### homea/tsm-mqtt
|
|
- config.json in Repo anpassen und pushconfig.sh ausführen
|
|
|
|
### homea/zigbee2mqtt
|
|
- configmap.yml in Repo anpassen und neu applyen
|
|
|
|
### homea2/abstraction
|
|
- configmap.yml in Repo anpassen und neu applyen
|
|
|
|
### homea2/api
|
|
- wie abstraction
|
|
|
|
### homea2/pulsegen
|
|
- wie abstraction
|
|
|
|
### homea-ctrl-1/pv-controller
|
|
- config.yaml in Repo anpassen und neu applyen
|
|
|
|
### udi/default-udi
|
|
- deployment/instances/udi/default/config.json anpassen und conigMap default-udi-conf im Namespace udi neu applyen (siehe deploy.sh)
|
|
|
|
|