54 lines
819 B
YAML
54 lines
819 B
YAML
name: immich
|
|
namespace: default
|
|
|
|
image:
|
|
app:
|
|
repository: ghcr.io/immich-app/immich-server
|
|
tag: v1.135.3
|
|
ml:
|
|
repository: ghcr.io/immich-app/immich-machine-learning
|
|
tag: v1.135.3
|
|
|
|
hwAccl:
|
|
enabled: true
|
|
type: nvidia
|
|
|
|
nodeAffinity:
|
|
key: gpu
|
|
value: nvidia
|
|
|
|
env:
|
|
TZ: Asia/Kolkata
|
|
DB_USERNAME: postgres
|
|
DB_DATABASE_NAME: immich
|
|
|
|
persistence:
|
|
modelCache:
|
|
enabled: true
|
|
existingClaim: true
|
|
claimName: longhorn-immich-cache
|
|
|
|
pictures:
|
|
enabled: true
|
|
existingClaim: true
|
|
claimName: immich-pictures-pvc
|
|
|
|
db:
|
|
enabled: true
|
|
nfs:
|
|
server: 10.0.0.10
|
|
path: /home/akshun/immich-data
|
|
|
|
secret:
|
|
name: immich-postgres-secret
|
|
dbPasswordKey: password
|
|
|
|
service:
|
|
app:
|
|
type: LoadBalancer
|
|
port: 2283
|
|
|
|
ml:
|
|
type: LoadBalancer
|
|
port: 3333
|