26 lines
493 B
YAML
26 lines
493 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/grav
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.7.45@sha256:f81d032071bdce6a017d14769b24b37af9c1ff1c2c758eeb9078c4b2a3958535
|
|
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
|