diff --git a/k8s/unwind/immich/immich_microservice/deployment_list.cue b/k8s/unwind/immich/immich_microservice/deployment_list.cue index 70c3798e3..00d3434a6 100644 --- a/k8s/unwind/immich/immich_microservice/deployment_list.cue +++ b/k8s/unwind/immich/immich_microservice/deployment_list.cue @@ -89,6 +89,10 @@ import ( name: "IMMICH_MACHINE_LEARNING_URL" value: "http://immich-machine-learning" }] + resources: limits: { + cpu: "16000m" + memory: "6Gi" + } volumeMounts: [ { name: "geocoding-dump" mountPath: "/usr/src/app/.reverse-geocoding-dump"