21 lines
433 B
YAML
21 lines
433 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/digikam
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.8.0@sha256:06078a691dee0172c9151b12b06fd258b972b622e56a61ef0b8966e8a2cd74e1
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10033
|
|
targetPort: 3000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|