* chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/icantbelieveitsnotvaletudo
|
|
tag: v2021.2.1@sha256:b15340fe81b7a55690323111ffbda41264f8c77b04431fdeafdbc26bfe896d33
|
|
pullPolicy: IfNotPresent
|
|
|
|
controller:
|
|
strategy: RollingUpdate
|
|
|
|
configmap:
|
|
settings:
|
|
enabled: true
|
|
data:
|
|
config.json: |
|
|
{{- .Values.config | mustToPrettyJson | nindent 4 }}
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10039
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
settings:
|
|
enabled: true
|
|
mountPath: "/app/config.json"
|
|
subPath: "config.json"
|
|
type: "custom"
|
|
volumeSpec:
|
|
configMap:
|
|
name: '{{ printf "%v-settings" (include "tc.common.names.fullname" .) }}'
|
|
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|