undent 'spec:'

This commit is contained in:
smartbit 2017-09-30 19:46:20 +02:00
parent 36f0aa615b
commit f5dc4a6e14

View File

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