Delete the simple-yaml.md example

This commit is contained in:
feihujiang
2015-10-28 14:30:52 +08:00
parent b873dce298
commit ef0239a08b
9 changed files with 10 additions and 124 deletions

View File

@@ -1,19 +0,0 @@
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