first commit
This commit is contained in:
53
clusters/default/apps/immich/Values.yaml
Normal file
53
clusters/default/apps/immich/Values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user