29 lines
489 B
YAML
29 lines
489 B
YAML
image:
|
|
repository: ghcr.io/nicholaswilde/notes
|
|
pullPolicy: IfNotPresent
|
|
tag: version-ee287b9@sha256:ab9bc16465bc722068a34898b0090490e660dc5a126c9acf651ad229693b44c1
|
|
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
varrun:
|
|
enabled: true
|