Skip to content

Commit

Permalink
fix: httpbin image outdate - can not run on arm64 - #10427
Browse files Browse the repository at this point in the history
Signed-off-by: Son Bui <sonbv00@gmail.com>
  • Loading branch information
sonbui00 committed Aug 6, 2023
1 parent 54ab391 commit 806a3f7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion manifests/quick-start-minimal.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion manifests/quick-start-mysql.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion manifests/quick-start-postgres.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion manifests/quick-start/base/httpbin/httpbin-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ spec:
automountServiceAccountToken: false
containers:
- name: main
image: kennethreitz/httpbin
image: mccutchen/go-httpbin
command:
- /bin/go-httpbin
args:
- -port
- "80"
ports:
- containerPort: 80
name: api
Expand Down

0 comments on commit 806a3f7

Please sign in to comment.