41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
image:
|
|
# -- image repository
|
|
repository: tccr.io/truecharts/icantbelieveitsnotvaletudo
|
|
# -- image tag
|
|
tag: v2021.2.1@sha256:12546c37abe795970d27fda99f78fd45cd25522b11b4c6db6ce98d7484c68883
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
|
|
controller:
|
|
# -- Set the controller upgrade strategy
|
|
strategy: RollingUpdate
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10039
|
|
targetPort: 3000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
# -- Configures app settings. See [image docs](https://github.com/Hypfer/ICantBelieveItsNotValetudo) for more information.
|
|
# @default -- See values.yaml
|
|
config:
|
|
mapsettings:
|
|
drawPath: true
|
|
drawCharger: true
|
|
drawRobot: true
|
|
scale: 2
|
|
mqtt:
|
|
identifier: "rockrobo"
|
|
topicPrefix: "valetudo"
|
|
autoconfPrefix: "homeassistant"
|
|
broker_url: "mqtt://user:pass@example.com:port"
|
|
mapDataTopic: "valetudo/rockrobo/map_data"
|
|
minMillisecondsBetweenMapUpdates: 10000
|
|
publishMapImage: true
|
|
webserver:
|
|
enabled: true
|