ressources

This commit is contained in:
2024-05-14 20:47:55 +02:00
parent 9013439194
commit 92bb894ef6
18 changed files with 48 additions and 115 deletions

View File

@ -22,7 +22,10 @@ spec:
envFrom:
- secretRef:
name: immich-secret
resources: {}
resources:
limits:
cpu: "0.2"
memory: "1G"
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: pgdata

View File

@ -18,7 +18,10 @@ spec:
containers:
- image: registry.hub.docker.com/library/redis:6.2-alpine@sha256:84882e87b54734154586e5f8abd4dce69fe7311315e2fc6d67c29614c8de2672
name: immich-redis
resources: {}
resources:
limits:
cpu: "0.1"
memory: "250G"
ports:
- name: http
containerPort: 6379

View File

@ -30,7 +30,10 @@ spec:
containerPort: 3002
hostPort: 3002
protocol: TCP
resources: {}
resources:
limits:
cpu: "0.5"
memory: "2G"
volumeMounts:
- mountPath: /usr/src/app/upload
name: photos
@ -50,7 +53,10 @@ spec:
containerPort: 3001
hostPort: 3001
protocol: TCP
resources: {}
resources:
limits:
cpu: "0.5"
memory: "2G"
volumeMounts:
- mountPath: /usr/src/app/upload
name: photos