151 lines
3.5 KiB
YAML
151 lines
3.5 KiB
YAML
image:
|
|
repository: altran1502/immich-server
|
|
tag: v1.113.0@sha256:9d1c9ab40f3171f1dc06d5c6bc32541ff4b0835c1d217ff5cc61c85e26d2452f
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.113.0@sha256:f7964140e00bd615497d37040eb907a7cd87db6f06baea784d411cda572a29df
|
|
|
|
mlCudaImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.113.0-cuda@sha256:5a87b7ac1d72c044e59e32c653930ef28ef4953fc3c76810836a88d00f3680ca
|
|
|
|
mlOpenvinoImage:
|
|
repository: altran1502/immich-machine-learning
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.113.0-openvino@sha256:8809d4b01fb0922010f3f216866587d45b37c827453fa3a21b7ec095b53d9583
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
immich:
|
|
enable_ml: true
|
|
mlImageType: mlImage
|
|
log_level: log
|
|
|
|
service:
|
|
main:
|
|
# Main service targets the server
|
|
targetSelector: main
|
|
ports:
|
|
main:
|
|
port: 10323
|
|
protocol: http
|
|
targetSelector: main
|
|
microservices:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: microservices
|
|
ports:
|
|
microservices:
|
|
enabled: true
|
|
primary: true
|
|
port: 10004
|
|
protocol: http
|
|
targetSelector: microservices
|
|
machinelearning:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: machinelearning
|
|
ports:
|
|
machinelearning:
|
|
enabled: true
|
|
primary: true
|
|
port: 10003
|
|
protocol: http
|
|
targetSelector: machinelearning
|
|
|
|
persistence:
|
|
mlcache:
|
|
enabled: true
|
|
type: emptyDir
|
|
targetSelector:
|
|
machinelearning:
|
|
machinelearning:
|
|
mountPath: /mlcache
|
|
microcache:
|
|
enabled: true
|
|
type: emptyDir
|
|
targetSelector:
|
|
microservices:
|
|
microservices:
|
|
mountPath: /microcache
|
|
library:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/library
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
uploads:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/upload
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
thumbs:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/thumbs
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
profile:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/profile
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
video:
|
|
enabled: true
|
|
mountPath: /usr/src/app/upload/encoded-video
|
|
targetSelector:
|
|
# Main pod/container is server
|
|
main:
|
|
main: {}
|
|
microservices:
|
|
microservices: {}
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: immich
|
|
database: immich
|
|
type: vectors
|
|
cluster:
|
|
initdb:
|
|
postInitApplicationSQL:
|
|
- CREATE EXTENSION IF NOT EXISTS cube;
|
|
- CREATE EXTENSION IF NOT EXISTS earthdistance;
|
|
- CREATE SCHEMA IF NOT EXISTS vectors;
|
|
- ALTER DATABASE immich SET search_path TO "immich", public, vectors;
|
|
- SET search_path TO "immich", public, vectors;
|
|
- GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;
|
|
- ALTER SCHEMA vectors OWNER TO immich;
|
|
|
|
redis:
|
|
enabled: true
|
|
includeCommon: true
|
|
redisUsername: default
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|