Files
truecharts/charts/stable/grav/values.yaml
T

26 lines
493 B
YAML

image:
repository: tccr.io/truecharts/grav
pullPolicy: IfNotPresent
tag: v1.7.42@sha256:4fd5c6b9633c51e6da4bae2a0b09b3d5697757c7eafcae40e7fd6dc08dc1934a
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