Skip to content

Commit

Permalink
Merge pull request #26 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
updating deployment
  • Loading branch information
Pratap2018 authored Dec 5, 2023
2 parents 6edd5a4 + 2c4c631 commit 4d0a3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: DB_URL
value: __DB_URL__
- name: PORT
value: __PORT__
value: "3000"
- name: LOG
value: __LOG__

Expand All @@ -52,8 +52,8 @@ spec:
selector:
app: vault-app
ports:
- port: __PORT__
targetPort: __PORT__
- port: 3000
targetPort: 3000
protocol: TCP
# apiVersion: networking.k8s.io/v1
# kind: Ingress
Expand Down

0 comments on commit 4d0a3fd

Please sign in to comment.