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
- Host: GitHub
- URL: https://github.com/freedomben/nginx-sample
- Owner: FreedomBen
- Created: 2018-10-22T23:56:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T20:27:12.000Z (over 7 years ago)
- Last Synced: 2025-10-22T01:41:41.117Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```