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 7eee2d7 commit a7d57e6
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ spec:
app: kyc-widget
spec:
containers:
- name: kyc-widget
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/kyc-widget:__LATEST_RELEASE_TAG__
imagePullPolicy: Always
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 4888
- name: kyc-widget
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/kyc-widget:__LATEST_RELEASE_TAG__
imagePullPolicy: Always
resources:
limits:
memory: "64Mi"
cpu: "50m"
requests:
memory: "32Mi"
cpu: "25m"
ports:
- containerPort: 4888
---
apiVersion: v1
kind: Service
Expand All @@ -34,5 +37,5 @@ spec:
selector:
app: kyc-widget
ports:
- port: 4888
targetPort: 80
- port: 4888
targetPort: 80

0 comments on commit a7d57e6

Please sign in to comment.