40 lines
549 B
YAML
40 lines
549 B
YAML
|
# Default values for grocy.
|
||
|
|
||
|
image:
|
||
|
repository: linuxserver/heimdall
|
||
|
tag: version-2.2.2
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
strategy:
|
||
|
type: Recreate
|
||
|
|
||
|
# Configure the Security Context for the Pod
|
||
|
podSecurityContext:
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
fsGroup: 0
|
||
|
|
||
|
services:
|
||
|
main:
|
||
|
port:
|
||
|
port: 80
|
||
|
|
||
|
env: {}
|
||
|
# TZ:
|
||
|
# PUID:
|
||
|
# PGID:
|
||
|
|
||
|
probes:
|
||
|
startup:
|
||
|
enabled: true
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
emptyDir: true
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: 1Gi
|
||
|
storageClass: ""
|