TrueChartsClone/charts/stable/grav/values.yaml

26 lines
493 B
YAML

image:
repository: ghcr.io/linuxserver/grav
pullPolicy: IfNotPresent
tag: 1.7.45@sha256:6559469ff2b189eaf790f87dd0fdeb2692d3c945e8240e1cc855c065c8cb80e0
service:
main:
ports:
main:
port: 10012
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0