Skip to content

Commit

Permalink
chore(k8s/unwind/immich/immich-microservice): set resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jul 9, 2023
1 parent acfe484 commit 343490b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/unwind/immich/immich_microservice/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 343490b

Please sign in to comment.