This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/mosquitto
Tobias Brunner 23549f0dcd
All checks were successful
continuous-integration/drone/push Build is passing
bridge pycom ruuvi topic from ttn
2022-02-06 11:59:53 +01:00
..
acl-secret.yaml update acl and enable plugin 2021-12-15 21:41:24 +01:00
certificate.yaml prepare for cert manager upgrade 2021-10-29 21:38:30 +02:00
config-secret.yaml bridge pycom ruuvi topic from ttn 2022-02-06 11:59:53 +01:00
configmap.yaml Revert "disable plugin" 2021-12-16 21:27:42 +01:00
deployment.yaml Update docker.io/eclipse-mosquitto Docker tag to v2.0.14 2021-11-17 17:43:17 +00:00
passwd-secret.yaml install management center 2021-12-15 21:22:16 +01:00
pvc.yaml restructure mosquitto and enable persistence 2020-05-31 21:31:26 +02:00
README.md move acls and passwds to sealed secrets 2020-01-26 20:30:42 +01:00
service.yaml restructure mosquitto and enable persistence 2020-05-31 21:31:26 +02:00

Mosquitto installation

Usage

Modify ACLs

vim ../../gitops-tbrnt-private/mosquitto/acl-secret.yaml
kubeseal --controller-namespace sealed-secrets -o yaml -n mosquitto < ../../gitops-tbrnt-private/mosquitto/acl-secret.yaml > acl-secret.yaml

Modify users/passwords

vim ../../gitops-tbrnt-private/mosquitto/passwd-secret.yaml
kubeseal --controller-namespace sealed-secrets -o yaml -n mosquitto < ../../gitops-tbrnt-private/mosquitto/passwd-secret.yaml > passwd-secret.yaml