first commit

This commit is contained in:
2025-07-04 19:51:51 +05:30
commit 42895beb8c
72 changed files with 2584 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
name: immich
namespace: prod
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