Skip to content

Commit

Permalink
Merge pull request #57 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
update deployment
  • Loading branch information
Pratap2018 authored Dec 7, 2023
2 parents 713c7d9 + 1371dd3 commit dc745e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ spec:
cpu: "200m"
ports:
- containerPort: __PORT__
livenessProbe:
httpGet:
path: /api
port: __PORT__
initialDelaySeconds: 15
periodSeconds: 10
env:
- name: HOST
value: __HOST__
Expand Down

0 comments on commit dc745e9

Please sign in to comment.