Skip to content

Commit

Permalink
Merge pull request #673 from birtony/remove-wellness-probe
Browse files Browse the repository at this point in the history
chore: removed unused liveness probe
  • Loading branch information
rolsonquadras authored Aug 28, 2023
2 parents 67409a3 + d0aa263 commit 731be13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wallet-demo-app/kustomize/wallet-demo-app/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ spec:
- containerPort: 80
protocol: TCP
name: http-port
livenessProbe:
httpGet:
path: /healthcheck
port: http-port
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 5

0 comments on commit 731be13

Please sign in to comment.