Skip to content

Commit

Permalink
ci/cd update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Nov 13, 2024
1 parent b087a33 commit 3c6b632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/vault-service:__LATEST_RELEASE_TAG__
resources:
limits:
memory: "2Gi"
memory: "3Gi"
cpu: "500m"
requests:
memory: "1Gi"
memory: "2Gi"
cpu: "250m"
ports:
- containerPort: __PORT__
Expand Down
4 changes: 2 additions & 2 deletions .deploy/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
name: cpu
target:
type: Utilization
averageUtilization: 70
averageUtilization: 80
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 70
averageUtilization: 90

0 comments on commit 3c6b632

Please sign in to comment.