Skip to content

Commit

Permalink
Update 5-1-kuard-pod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennerwein committed Apr 10, 2018
1 parent 36f0aa6 commit 0cbc2d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 5-1-kuard-pod.yaml
Expand Up @@ -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

0 comments on commit 0cbc2d4

Please sign in to comment.