Files
chart/library/ix-dev/community/immich/values.yaml
bugclerk 5d939f1ae5 Upgraded catalog item(s) (#2065)
* Upgraded catalog item(s)

        This commit upgrades home-assistant, navidrome, minecraft, nginx-proxy-manager, mealie, paperless-ngx, sonarr, cloudflared, twofactor-auth, roundcube, lidarr, immich, jellyfin, autobrr, readarr, tiny-media-manager, firefly-iii, homepage, n8n catalog item(s).

* bump common

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2024-01-22 14:13:03 +02:00

83 lines
1.7 KiB
YAML

image:
repository: altran1502/immich-server
pullPolicy: IfNotPresent
tag: v1.93.3
mlImage:
repository: altran1502/immich-machine-learning
pullPolicy: IfNotPresent
tag: v1.93.3
pgvectorImage:
repository: tensorchord/pgvecto-rs
pullPolicy: IfNotPresent
tag: pg15-v0.1.11
resources:
limits:
cpu: 4000m
memory: 8Gi
immichGPU: {}
immichConfig:
publicLoginMessage: ''
enableML: true
immichNetwork:
webuiPort: 30041
# Not user configurable, will be hidden on UI
# Putting it here in case it needs to be configurable
# in the future.
machinelearningPort: 32002
microservicesPort: 32003
immichStorage:
uploads:
type: ixVolume
ixVolumeConfig:
datasetName: uploads
library:
type: ixVolume
ixVolumeConfig:
datasetName: library
thumbs:
type: ixVolume
ixVolumeConfig:
datasetName: thumbs
profile:
type: ixVolume
ixVolumeConfig:
datasetName: profile
video:
type: ixVolume
ixVolumeConfig:
datasetName: video
additionalLibraries: []
pgData:
type: ixVolume
ixVolumeConfig:
datasetName: pgData
pgBackup:
type: ixVolume
ixVolumeConfig:
datasetName: pgBackup
notes:
custom: |
## Database
You can connect to the database using the pgAdmin App from the catalog
<details>
<summary>Database Details</summary>
- Database: `immich`
- Username: `immich`
- Password: `{{ .Values.immichDbPass }}`
- Host: `{{ .Values.immichDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "immichDbPass" }}
{{- $_ := unset .Values "immichDbHost" }}