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

https://github.com/freedomben/nginx-sample

A super simple nginx image for testing kubernetes deployments
https://github.com/freedomben/nginx-sample

Last synced: 3 months ago
JSON representation

A super simple nginx image for testing kubernetes deployments

Awesome Lists containing this project

README

          

# nginx-sample

Deploy to your k8s cluster with:

```bash
kubectl create -f k8s.yaml
```

Or update your deployment with:

```bash
kubectl apply -f k8s.yaml
```