Fix Kube yaml

This commit is contained in:
Jim Galasyn 2018-04-17 10:56:12 -07:00
parent 58621ff23b
commit f879ad7717
1 changed files with 8 additions and 8 deletions

View File

@ -248,19 +248,19 @@ The last step is to link the Kubernetes namespace the `/Prod` collection.
apiVersion: v1
kind: ReplicationController
metadata:
name: nginx
name: nginx
spec:
replicas: 1
selector:
replicas: 1
selector:
app: nginx
template:
template:
metadata:
name: nginx
labels:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80