Skip to content

Commit

Permalink
add livenessProbe for uni-resolver-web (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Mar 5, 2024
1 parent a515cd4 commit 61ac492
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions ci/deploy-k8s-aws/app-specs/deployment-uni-resolver-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ spec:
app: uni-resolver-web
spec:
containers:
- name: uni-resolver-web
image: universalresolver/uni-resolver-web
imagePullPolicy: Always
ports:
- containerPort: 8080
- name: uni-resolver-web
image: universalresolver/uni-resolver-web
imagePullPolicy: Always
ports:
- containerPort: 8080
livenessProbe:
httpGet:
path: "/1.0/methods"
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 61ac492

Please sign in to comment.