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 apiVersion: v1
kind: ReplicationController kind: ReplicationController
metadata: metadata:
name: nginx name: nginx
spec: spec:
replicas: 1 replicas: 1
selector: selector:
app: nginx app: nginx
template: template:
metadata: metadata:
name: nginx name: nginx
labels: labels:
app: nginx app: nginx
spec: spec:
containers: containers:
- name: nginx - name: nginx
image: nginx image: nginx
ports: ports:
- containerPort: 80 - containerPort: 80