Skip to content

Commit

Permalink
Merge pull request #37 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
update code
  • Loading branch information
Pratap2018 authored Dec 6, 2023
2 parents c08aeb9 + 39d0160 commit 676b079
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ spec:
cpu: "500m"
ports:
- containerPort: 3000
readinessProbe:
tcpSocket:
port: __PORT__
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
tcpSocket:
port: __PORT__
initialDelaySeconds: 15
periodSeconds: 10
env:
- name: HOST
value: __HOST__
Expand All @@ -39,10 +49,6 @@ spec:
value: "__PORT__"
- name: LOG
value: __LOG__
readinessProbe:
httpGet:
path: /api
port: 3000

---
apiVersion: v1
Expand Down

0 comments on commit 676b079

Please sign in to comment.