Fixed validation error with the file.

This commit is contained in:
Ishwar Kanse 2017-11-04 19:21:24 +05:30 committed by GitHub
parent 36f0aa615b
commit 26e1045ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@ apiVersion: v1
kind: Pod
metadata:
name: kuard
spec:
containers:
spec:
containers:
- image: gcr.io/kuar-demo/kuard-amd64:1
name: kuard
ports:
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 8080
name: http
protocol: TCP