Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesarvr/ogp
Robot that checks that deployments are following Openshift good practices.
https://github.com/cesarvr/ogp
Last synced: about 1 month ago
JSON representation
Robot that checks that deployments are following Openshift good practices.
- Host: GitHub
- URL: https://github.com/cesarvr/ogp
- Owner: cesarvr
- Created: 2020-04-07T12:26:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:57:29.000Z (almost 2 years ago)
- Last Synced: 2023-05-15T07:20:20.460Z (over 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```yaml
livenessProbe:
exec:
command: ['curl', 'http://localhost:8080']
failureThreshold: 3
periodSeconds: 10
readinessProbe:
exec:
command: ['curl', 'http://localhost:8080']
initialDelaySeconds: 5
periodSeconds: 5
```