Skip to content

Commit

Permalink
change resource limits on cluster, add resource limites on deployment…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
Khagou committed Mar 4, 2024
1 parent 5d02173 commit 6a70d79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/prod-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
limits:
memory: "128Mi"
cpu: "500m"
nodeSelector:
cloud.google.com/gke-nodepool: khagu-dev-pool
nodeSelector:
cloud.google.com/gke-nodepool: khagu-dev-pool
---
apiVersion: "autoscaling/v2"
kind: "HorizontalPodAutoscaler"
Expand Down
4 changes: 2 additions & 2 deletions server/prod-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ spec:
limits:
memory: "128Mi"
cpu: "500m"
nodeSelector:
cloud.google.com/gke-nodepool: khagu-dev-pool
nodeSelector:
cloud.google.com/gke-nodepool: khagu-dev-pool
---
apiVersion: "autoscaling/v2"
kind: "HorizontalPodAutoscaler"
Expand Down

0 comments on commit 6a70d79

Please sign in to comment.