Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```