Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 25, 2024
1 parent 57bce19 commit 0eb6698
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ spec:
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/playground-server:__LATEST_RELEASE_TAG__
resources:
limits:
memory: "1Gi"
cpu: "500m"
memory: "256Mi"
cpu: "250m"
requests:
memory: "256Mi"
cpu: "250m"
ports:
- containerPort: __PORT__
env:
Expand Down

0 comments on commit 0eb6698

Please sign in to comment.