image: # -- Image repository repository: tccr.io/truecharts/leaf2mqtt # -- Image tag tag: v0.5@sha256:0073361400f5f077d4eece95d6e13a86b7744fc564bd1bed151e8afcc6bdf143 # -- Image pull policy pullPolicy: IfNotPresent service: main: enabled: false ports: main: enabled: false securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 probes: liveness: enabled: false readiness: enabled: false startup: enabled: false secret: LEAF_USERNAME: "leafuser" LEAF_PASSWORD: "changeme" MQTT_USERNAME: "mqttuser" MQTT_PASSWORD: "changeme" # -- environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details. # @default -- See below env: LEAF_TYPE: "" MQTT_HOST: "" MQTT_PORT: 1883 MQTT_BASE_TOPIC: leaf UPDATE_INTERVAL_MINUTES: 60 CHARGING_UPDATE_INTERVAL_MINUTES: 60 LOG_LEVEL: "Warning"