28 lines
489 B
YAML
28 lines
489 B
YAML
|
image:
|
||
|
repository: ghcr.io/nicholaswilde/static
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: version-ee8a20c@sha256:d1d47c730bc41c4ae46de8df0c9c76bb803927fcbe3446b6ff4f7cd152972940
|
||
|
|
||
|
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
|