2021-06-11 15:18:00 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/eclipse-mosquitto
|
2022-03-30 13:56:04 +00:00
|
|
|
tag: v2.0.14@sha256:37628595cf8f0d4231d60e683c31e38457d5364c42c84149388306f5ab534df1
|
2021-06-11 15:18:00 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 1883
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 1883
|
2021-06-11 15:18:00 +00:00
|
|
|
|
|
|
|
auth:
|
|
|
|
# -- By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config.
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/mosquitto/data"
|
2021-06-11 15:18:00 +00:00
|
|
|
configinc:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/mosquitto/configinc"
|