Skip to content

Commit

Permalink
Change image to kubernetes pause.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jul 7, 2020
1 parent 6104022 commit 80a50fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testdata/deploy-130-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: hello
image: "gcr.io/google-samples/hello-go-gke:1.0"
image: "kubernetes/pause:latest"
ports:
- name: http
containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion testdata/deploy-5000-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: hello
image: "gcr.io/google-samples/hello-go-gke:1.0"
image: "kubernetes/pause:latest"
ports:
- name: http
containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion testdata/deploy-730-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: hello
image: "gcr.io/google-samples/hello-go-gke:1.0"
image: "kubernetes/pause:latest"
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 80a50fd

Please sign in to comment.