Files
truecharts/charts/stable/mosquitto/values.yaml
T
fd6f39d0f4 chore(deps): update docker general non-major (#2349)
* 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>
2022-03-30 15:56:04 +02:00

24 lines
511 B
YAML

image:
repository: tccr.io/truecharts/eclipse-mosquitto
tag: v2.0.14@sha256:37628595cf8f0d4231d60e683c31e38457d5364c42c84149388306f5ab534df1
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"