Files
truecharts/charts/stable/mosquitto/values.yaml
T
6a595952b1 chore(deps): update docker general non-major (#2338)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-03-30 10:01:13 +02:00

24 lines
511 B
YAML

image:
repository: tccr.io/truecharts/eclipse-mosquitto
tag: v2.0.14@sha256:a102c37865fea828c7000847774f35a16cbb183681ef56a955266d553317709e
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 1883
targetPort: 1883
auth:
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
enabled: false
persistence:
data:
enabled: true
mountPath: "/mosquitto/data"
configinc:
enabled: true
mountPath: "/mosquitto/configinc"