increase immich storage, add resource limits
This commit is contained in:
parent
64e4993c28
commit
61f1f8c930
@ -7,5 +7,5 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 50Gi
|
storage: 200Gi
|
||||||
|
|
||||||
|
@ -14,8 +14,10 @@ redis:
|
|||||||
enabled: true
|
enabled: true
|
||||||
master:
|
master:
|
||||||
resources:
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
limits:
|
limits:
|
||||||
|
cpu: 1
|
||||||
server:
|
server:
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
@ -27,4 +29,15 @@ server:
|
|||||||
paths:
|
paths:
|
||||||
- path: "/"
|
- path: "/"
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
limits:
|
||||||
|
cpu: 1
|
||||||
|
|
||||||
|
machine-learning:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
limits:
|
||||||
|
cpu: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user