Skip to content

Commit

Permalink
update online boutique demo
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Aug 25, 2024
1 parent 581228b commit 44fdfe3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/apache/dubbo-go-samples

require (
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2
github.com/SkyAPM/go2sky v1.5.0
github.com/SkyAPM/go2sky-plugins/dubbo-go v0.0.0-20220718123631-cb8f743b16cf
github.com/alibaba/sentinel-golang v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.1/go.mod h1:t9wvfitlUjGXG2IXAZ
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220508105316-b27ec53b7bab/go.mod h1:Ytn9MtmsFYkpa1bzW/3loUFBgm7eJ3M3+XWRurhbBZc=
dubbo.apache.org/dubbo-go/v3 v3.0.2/go.mod h1:bODgByAf72kzG/5YIfZIODXx81pY3gaAdIQ8B4mN/Yk=
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2 h1:R9qHDDXRg3rHzJJTdpkI7NqgVaAwpnfK7Wh0sgWeO2M=
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2/go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4=
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2 h1:RMYc9hRr9u+yu7x2bJbJ9cVQkZeYDhwVLSzLSVmXpe4=
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2/go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
Expand Down
4 changes: 2 additions & 2 deletions online_boutique_demo/release/kubernetes-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image:
image: sca-registry.cn-hangzhou.cr.aliyuncs.com/dubbo/online-boutique-recommendation-service:1.0-go
ports:
- containerPort: 20011
readinessProbe:
Expand Down Expand Up @@ -918,7 +918,7 @@ spec:
initContainers:
containers:
- name: zookeeper
image: docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion online_boutique_demo/src/cartservice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ build:

.PHONY: docker
docker:
@docker build -t cartService:latest .
@docker build -t cartservice:latest .
@docker tag cartservice:latest ken222/online-boutique-cart-service:1.0-go
@docker push ken222/online-boutique-cart-service:1.0-go

0 comments on commit 44fdfe3

Please sign in to comment.