TrueChartsClone/charts/stable/heimdall/values.yaml

38 lines
576 B
YAML

# Default values for grocy.
image:
repository: ghcr.io/linuxserver/heimdall
tag: version-2.2.2@sha256:63f17949f86e22f0a9dfccf5b06b80a6b16d1a8221adb0359aabb3e691149923
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"