mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
25 lines
477 B
YAML
25 lines
477 B
YAML
appVolumeMounts:
|
|
import:
|
|
emptyDir: true
|
|
mountPath: /photoprism/import
|
|
original:
|
|
emptyDir: true
|
|
mountPath: /photoprism/originals
|
|
storage:
|
|
emptyDir: true
|
|
mountPath: /photoprism/storage
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
environmentVariables: []
|
|
extraAppVolumeMounts: []
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: photoprism/photoprism
|
|
tag: 221118-jammy
|
|
ownerGID: 568
|
|
ownerUID: 568
|
|
password: admin123
|
|
public: false
|
|
web_port: 32000
|