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 64ba9bd commit 0df7b02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions client/prod-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
ports:
- containerPort: 80
- containerPort: 7000
resources:
requests:
memory: "256Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "1"
# resources:
# requests:
# memory: "256Mi"
# cpu: "500m"
# limits:
# memory: "512Mi"
# cpu: "1"

# nodeSelector:
# cloud.google.com/gke-nodepool: khagu-dev-pool
Expand Down
14 changes: 7 additions & 7 deletions server/prod-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ spec:
image: "europe-west1-docker.pkg.dev/khagu-devops/khagu-dev-images-registry/khagu-dev-back:1.0.7" # Remplacer par votre repo
ports:
- containerPort: 7000
resources:
requests:
memory: "256Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "1"
# resources:
# requests:
# memory: "256Mi"
# cpu: "500m"
# limits:
# memory: "512Mi"
# cpu: "1"
# nodeSelector:
# cloud.google.com/gke-nodepool: khagu-dev-pool
---
Expand Down

0 comments on commit 0df7b02

Please sign in to comment.