Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Dec 7, 2023
1 parent 2d0187d commit 1371dd3
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 1371dd3

Please sign in to comment.