mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
This commit upgrades photoprism, home-assistant, navidrome, joplin, prowlarr, piwigo, freshrss, n8n, audiobookshelf, tdarr catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
46 lines
678 B
YAML
46 lines
678 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: photoprism/photoprism
|
|
tag: '250223'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
photoprismConfig:
|
|
public: false
|
|
password: ''
|
|
siteURL: ''
|
|
additionalEnvs: []
|
|
|
|
photoprismNetwork:
|
|
webPort: 20800
|
|
certificateID:
|
|
hostNetwork: false
|
|
|
|
photoprismID:
|
|
user: 568
|
|
group: 568
|
|
|
|
photoprismStorage:
|
|
import:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: import
|
|
storage:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: storage
|
|
originals:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: originals
|
|
additionalStorages: []
|
|
|
|
photoprismGPU: {}
|