Files
truecharts/charts/stable/icantbelieveitsnotvaletudo/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

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