Skip to content

Commit

Permalink
fix readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
Gl4di4torRr committed Feb 1, 2019
1 parent a7f3d42 commit 0e0c8d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion basic-nginx/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ objects:
command:
- /bin/bash
- -c
- curl -s -u 'http://localhost:8080'
- curl -s 'localhost:8080'
| grep "Welcome to your static nginx application on OpenShift"
terminationGracePeriodSeconds: 60
triggers:
- imageChangeParams:
Expand Down

0 comments on commit 0e0c8d8

Please sign in to comment.