charts/charts/stable/icantbelieveitsnotvaletudo/values.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 01a40b5431
[icantbelieveitsnotvaletudo] Migrate to common v3 (#1009)
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-06-14 12:21:48 -04:00

36 lines
984 B
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image:
# -- image repository
repository: pmaksymiuk/icantbelieveitsnotvaletudo
# -- image tag
tag: 2021.2.1
# -- image pull policy
pullPolicy: IfNotPresent
controller:
# -- Set the controller upgrade strategy
strategy: RollingUpdate
# -- 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