Rename to masterdocs, refining of editdocs.md

This commit is contained in:
John Mulhausen
2016-02-24 15:40:43 -08:00
parent b90ff22068
commit 7e683b3bff
606 changed files with 339 additions and 337 deletions
@@ -0,0 +1,19 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: nginx
spec:
replicas: 3
selector:
app: nginx
template:
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80