Skip to content

Commit

Permalink
ci/cd:Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Nov 14, 2024
1 parent 5970caf commit 79747e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ spec:
resources:
requests:
memory: "2Gi"
cpu: "100m"
cpu: "250m"
ephemeral-storage: "200Mi"
limits:
memory: "3Gi"
cpu: "200m"
cpu: "500m"
ephemeral-storage: "200Mi"
ports:
- containerPort: __PORT__
Expand Down Expand Up @@ -60,9 +60,7 @@ 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

0 comments on commit 79747e1

Please sign in to comment.