From 61f1f8c9304e7f8f1b0cfae05f738c71b61f759e Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:07:14 -0600 Subject: [PATCH] increase immich storage, add resource limits --- immich/pvc.yaml | 2 +- immich/values.yaml.gotmpl | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/immich/pvc.yaml b/immich/pvc.yaml index 3323c4d..aebafa2 100644 --- a/immich/pvc.yaml +++ b/immich/pvc.yaml @@ -7,5 +7,5 @@ spec: - ReadWriteOnce resources: requests: - storage: 50Gi + storage: 200Gi diff --git a/immich/values.yaml.gotmpl b/immich/values.yaml.gotmpl index 7c6506a..972b9c7 100644 --- a/immich/values.yaml.gotmpl +++ b/immich/values.yaml.gotmpl @@ -14,8 +14,10 @@ redis: enabled: true master: resources: + requests: + cpu: 10m limits: - + cpu: 1 server: ingress: main: @@ -27,4 +29,15 @@ server: paths: - path: "/" pathType: Prefix - + resources: + requests: + cpu: 10m + limits: + cpu: 1 + +machine-learning: + resources: + requests: + cpu: 10m + limits: + cpu: 1