image: repository: tccr.io/truecharts/leaf2mqtt tag: v0.6@sha256:73be3781982d96fb24c9ad5977baa19cd617422419593658435973e057951e79 pullPolicy: IfNotPresent service: main: enabled: false ports: main: enabled: false portal: open: enabled: false securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: probes: liveness: enabled: false readiness: enabled: false startup: enabled: false env: LEAF_TYPE: "" MQTT_HOST: "" MQTT_PORT: 1883 MQTT_BASE_TOPIC: leaf UPDATE_INTERVAL_MINUTES: 60 CHARGING_UPDATE_INTERVAL_MINUTES: 60 LOG_LEVEL: "Warning" LEAF_USERNAME: "leafuser" LEAF_PASSWORD: "changeme" MQTT_USERNAME: "mqttuser" MQTT_PASSWORD: "changeme"