fix spec indentation in 5-1-kuard-pod.yaml

This commit is contained in:
Rich Burroughs 2017-10-26 16:09:03 -04:00
parent 36f0aa615b
commit bbd7ee81b3

View File

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