mirror of
https://github.com/truenas/charts.git
synced 2026-04-15 03:00:32 +08:00
99 lines
2.0 KiB
YAML
99 lines
2.0 KiB
YAML
image:
|
|
repository: altran1502/immich-server
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.105.1
|
|
|
|
mlImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.105.1
|
|
|
|
mlCudaImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.105.1-cuda
|
|
|
|
mlOpenvinoImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.105.1-openvino
|
|
|
|
pgvectorImage:
|
|
repository: tensorchord/pgvecto-rs
|
|
pullPolicy: IfNotPresent
|
|
tag: pg15-v0.2.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
immichGPU: {}
|
|
immichGPUContainers:
|
|
microservices: true
|
|
machinelearning: true
|
|
|
|
immichConfig:
|
|
publicLoginMessage: ""
|
|
enableML: true
|
|
mlImageType: mlImage
|
|
logLevel: log
|
|
huggingFaceEndpoint: ""
|
|
|
|
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" }}
|