TrueChartsClone/charts/stable/mosquitto/values.yaml

24 lines
511 B
YAML
Raw Normal View History

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"