- remove split1 content - Update-Folder-Names-and-Dependencies - Mixed tweaks - Add setPermissions to test_values.yaml - Update questions.yaml - Update questions.yaml - Don't set permission on USB devices (#143) - Remove nodePorts from zwavejs2mqtt because invalid ports (and not needed for test) Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
40 lines
456 B
YAML
40 lines
456 B
YAML
# Default values for grocy.
|
|
|
|
image:
|
|
repository: linuxserver/heimdall
|
|
tag: version-2.2.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 80
|
|
|
|
env: {}
|
|
# TZ:
|
|
# PUID:
|
|
# PGID:
|
|
|
|
probes:
|
|
startup:
|
|
enabled: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
|
|
## TrueCharts Config
|
|
|
|
appVolumeMounts:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
setPermissions: true
|
|
mountPath: "/config"
|
|
|
|
|
|
|