Skip to content

Commit

Permalink
Merge pull request #47 from hypersign-protocol/update-prajna
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Pratap2018 authored Dec 28, 2023
2 parents b3780de + 3ef497d commit 5de1979
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: auth-server
namespace: hypermine-development
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -72,9 +73,6 @@ spec:
value: __SERVICE_END_POINT__
- name: WHITELISTED_CORS
value: '[ "https://dashboard.hypermine.in","wallet-stage.hypersign.id" , "https://whitelist.hypermine.in", "https://wallet.hypermine.in", "https://ssi.hypermine.in", "http://localhost:4999", "https://hswallet-stage.netlify.app", "https://hyperfyre.netlify.app", "https://wallet-stage.hypersign.id/", "https://hswallet-stage.netlify.app","https://wallet-prajna.hypersign.id"]'



volumes:
- name: auth-server-hypersign-json
secret:
Expand All @@ -84,6 +82,8 @@ apiVersion: v1
kind: Service
metadata:
name: auth-server-service
namespace: hypermine-development

spec:
type: NodePort
selector:
Expand All @@ -96,18 +96,20 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: auth-server
name: auth-server-txn
namespace: hypermine-development

spec:
selector:
matchLabels:
app: auth-server
app: auth-server-txn
template:
metadata:
labels:
app: auth-server
app: auth-server-txn
spec:
containers:
- name: auth-server
- name: auth-server-txn
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/auth-server-txn:latest
imagePullPolicy: Always

Expand Down Expand Up @@ -180,6 +182,8 @@ apiVersion: v1
kind: Service
metadata:
name: auth-server-txn-service
namespace: hypermine-development

spec:
type: NodePort
selector:
Expand Down

0 comments on commit 5de1979

Please sign in to comment.