Skip to content

Commit

Permalink
remove nodeSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Mar 4, 2024
1 parent 7e082a7 commit 64ba9bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions client/prod-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ spec:
- containerPort: 7000
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
memory: "256Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "1"

# nodeSelector:
# cloud.google.com/gke-nodepool: khagu-dev-pool
---
Expand Down
8 changes: 4 additions & 4 deletions server/prod-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ spec:
- containerPort: 7000
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
memory: "256Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "1"
# nodeSelector:
# cloud.google.com/gke-nodepool: khagu-dev-pool
---
Expand Down

0 comments on commit 64ba9bd

Please sign in to comment.