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 12, 2024
1 parent 84b720b commit b5b039e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ spec:
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/entity-developer-dashbord-service:__LATEST_RELEASE_TAG__
imagePullPolicy: Always
resources:
requests:
memory: "2Gi"
cpu: "100m"
limits:
memory: "2Gi"
cpu: "500m"
cpu: "100m"
ports:
- containerPort: __PORT__
# livenessProbe:
Expand Down Expand Up @@ -55,7 +58,9 @@ spec:
- name: EMAIL_CREDENTITAL_SCHEMA_ID
value: __EMAIL_CREDENTITAL_SCHEMA_ID__
- name: WHITELISTED_CORS
value: '["https://entity.hypersign.id","http://localhost:9001", "https://wallet-prajna.hypersign.id", "http://localhost:4999","https://entity.dashboard.hypersign.id"]'
value: '["https://entity.hypersign.id","http://localhost:9001",
"https://wallet-prajna.hypersign.id",
"http://localhost:4999","https://entity.dashboard.hypersign.id"]'
- name: ENTITY_API_SERVICE_BASE_URL
value: __ENTITY_API_SERVICE_BASE_URL__
- name: DEVELOPER_DASHBOARD_SERVICE_PUBLIC_EP
Expand Down Expand Up @@ -83,7 +88,6 @@ spec:
- name: mongo
secret:
secretName: mongo

---
apiVersion: v1
kind: Service
Expand All @@ -100,5 +104,5 @@ spec:
- port: __PORT__
targetPort: __PORT__
protocol: TCP

---

0 comments on commit b5b039e

Please sign in to comment.