Files
truecharts/charts/stable/heimdall/values.yaml
T
8d08cabc03 chore(deps): update non-major (#1122)
* 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-10-12 11:31:03 +02:00

38 lines
576 B
YAML

# Default values for grocy.
image:
repository: ghcr.io/linuxserver/heimdall
tag: version-2.2.2@sha256:4e6ab02a420524fcbbd0675051b6efdf66e21ea9966df3bdcdcfc4a1e0ba1ab0
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 80
env: {}
# TZ:
# PUID:
probes:
startup:
enabled: true
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"