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 c82c85adfd
All checks were successful
continuous-integration/drone/push Build is passing
Revert "disable plugin"
This reverts commit 0ff0419dd2.
2021-12-16 21:27:42 +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 configure bridging to ttn 2021-11-02 22:11:21 +01:00
configmap.yaml Revert "disable plugin" 2021-12-16 21:27:42 +01:00
deployment-mgmt.yaml install management center 2021-12-15 21:22:16 +01:00
deployment.yaml Update docker.io/eclipse-mosquitto Docker tag to v2.0.14 2021-11-17 17:43:17 +00:00
ingress-mgmt.yaml expose management center and update config path 2021-12-15 21:46:25 +01:00
management-center-secret.yaml install management center 2021-12-15 21:22:16 +01: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-mgmt.yaml install management center 2021-12-15 21:22:16 +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