This commit is contained in:
Rich Burroughs 2017-10-26 20:13:48 +00:00 committed by GitHub
commit bad4b298c9

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