Merge pull request #15 from jennerwein/patch-1

Update 5-1-kuard-pod.yaml
This commit is contained in:
Brendan Burns
2018-06-27 06:43:55 -07:00
committed by GitHub

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