TrueChartsClone/charts/incubator/mosquitto/README.md

1.8 KiB

mosquitto

Version: 1.6.2 Type: application AppVersion: auto

Eclipse Mosquitto - An open source MQTT broker

Homepage: https://github.com/truecharts/apps/tree/master/charts/incubator/mosquitto

Maintainers

Name Email Url
TrueCharts info@truecharts.org truecharts.org

Source Code

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
https://truecharts.org/ common 6.8.0

Values

Key Type Default Description
auth.enabled bool false By enabling this, allow_anonymous gets set to false in the mosquitto config.
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "eclipse-mosquitto" image repository
image.tag string "2.0.11" image tag
persistence.configinc object See values.yaml Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as include_dir in the mosquitto config.
persistence.data object See values.yaml Configure a persistent volume to place mosquitto data in. When enabled, this enables persistence and persistence_location in the mosquitto config.
service object See values.yaml Configures service settings for the chart. Normally this does not need to be modified.

Autogenerated from chart metadata using helm-docs v1.5.0