Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #277 from sofastack/feat.quick_start_fix
Browse files Browse the repository at this point in the history
修改基座Deployment image字段,修复amd64平台无法启动镜像的问题
  • Loading branch information
lvjing2 authored Nov 10, 2023
2 parents 8fa52a7 + 3db5cc0 commit 9483e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: dynamic-stock-container
image: serverless-registry.cn-shanghai.cr.aliyuncs.com/opensource/test/dynamic-stock-mng:v1.0
image: serverless-registry.cn-shanghai.cr.aliyuncs.com/opensource/test/dynamic-stock-mng:v1.0-linux
ports:
- containerPort: 8080
- containerPort: 1238
Expand Down

0 comments on commit 9483e40

Please sign in to comment.