ressources
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user