File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818
1919const (
2020 port = ":50051"
21- address = "go-c-service:50051 "
21+ address = "go-c-service:50053 "
2222)
2323
2424// server is used to implement helloworld.GreeterServer.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616)
1717
1818const (
19- port = ":50051 "
19+ port = ":50053 "
2020)
2121
2222// server is used to implement helloworld.GreeterServer.
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ At directory `A`/`B`/`C`/`gateway`:
99## install
1010
1111``` shell
12- helm3 upgrade mse-simple -demo1 helm/mse-simple -demo \
12+ helm3 upgrade mse-go -demo1 helm/mse-go -demo \
1313 --namespace default --create-namespace \
1414 --install \
15- --values helm/mse-simple -demo/values.example.yaml
15+ --values helm/mse-go -demo/values.example.yaml
1616```
Original file line number Diff line number Diff line change 2929 memory : 512Mi
3030 ports :
3131 - name : port-1
32- containerPort : 50051
32+ containerPort : 50053
3333 protocol : TCP
3434 affinity :
3535 podAntiAffinity :
Original file line number Diff line number Diff line change 2828 memory : 512Mi
2929 ports :
3030 - name : port-1
31- containerPort : 50051
31+ containerPort : 50053
3232 protocol : TCP
3333 affinity :
3434 podAntiAffinity :
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ metadata:
66spec :
77 ports :
88 - name : port-1
9- port : 50051
9+ port : 50053
1010 protocol : TCP
11- targetPort : 50051
11+ targetPort : 50053
1212 selector :
1313 app : c-server
14- type : ClusterIP
14+ type : ClusterIP
You can’t perform that action at this time.
0 commit comments