This commit is contained in:
Ishwar Kanse 2017-11-04 13:52:19 +00:00 committed by GitHub
commit 326658a5d4

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