├── README.md ├── image └── Dockerfile ├── manifests ├── deployment.yaml ├── pv.yaml └── service.yaml └── screenshot.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meyskens/k8s-winnt/HEAD/README.md -------------------------------------------------------------------------------- /image/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meyskens/k8s-winnt/HEAD/image/Dockerfile -------------------------------------------------------------------------------- /manifests/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meyskens/k8s-winnt/HEAD/manifests/deployment.yaml -------------------------------------------------------------------------------- /manifests/pv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meyskens/k8s-winnt/HEAD/manifests/pv.yaml -------------------------------------------------------------------------------- /manifests/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meyskens/k8s-winnt/HEAD/manifests/service.yaml -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meyskens/k8s-winnt/HEAD/screenshot.png --------------------------------------------------------------------------------