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 42cbe06415 change to recreate strategy for mosquitto 2020-05-31 21:32:53 +02:00
..
README.md move acls and passwds to sealed secrets 2020-01-26 20:30:42 +01:00
acl-secret.yaml move acls and passwds to sealed secrets 2020-01-26 20:30:42 +01:00
certificate.yaml restructure mosquitto and enable persistence 2020-05-31 21:31:26 +02:00
configmap.yaml restructure mosquitto and enable persistence 2020-05-31 21:31:26 +02:00
deployment.yaml change to recreate strategy for mosquitto 2020-05-31 21:32:53 +02:00
passwd-secret.yaml move acls and passwds to sealed secrets 2020-01-26 20:30:42 +01:00
pvc.yaml restructure mosquitto and enable persistence 2020-05-31 21:31:26 +02:00
service.yaml restructure mosquitto and enable persistence 2020-05-31 21:31:26 +02:00

README.md

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