halkeye-helm-charts / mosquitto

4 stars 8 forks source link

custom config options #1

Open travisghansen opened 4 years ago

travisghansen commented 4 years ago

Would be helpful to set custom config values in the configmap.

halkeye commented 4 years ago

sorry I wasn't watching the repo so never saw it

Do you have an example of what you'd want? I don't use configs myself for this, just run the defaults.

travisghansen commented 4 years ago

Here's what I've got:

persistence true
persistence_location /mosquitto/data/
#log_dest file /mosquitto/log/mosquitto.log
log_dest stdout
log_type all

allow_anonymous false
password_file /mosquitto/config/passwd

I'm sure there are plenty of things people would need/want to tweak though.