30 lines
492 B
YAML
30 lines
492 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/darktable
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 3.8.1@sha256:303953399154301218508720dc1c33abf596e0660e57d79ab62bc11cc5276554
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
targetPort: 3000
|
||
|
port: 10129
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|