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