24 lines
511 B
YAML
24 lines
511 B
YAML
image:
|
|
repository: tccr.io/truecharts/eclipse-mosquitto
|
|
tag: v2.0.14@sha256:ef490cf39cfcf86f747c565893c2b5089667585ff2f2a155350803617e525027
|
|
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"
|