This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
udpate
master
DengBiao
2 years ago
parent
6b3071835d
commit
e8d463abb8
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
chart/templates/server/business.yaml
+0
-1
cmd/business/main.go
+ 1
- 1
chart/templates/server/business.yaml
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: business
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-business:202209020-0
1
'
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-business:202209020-0
2
'
imagePullPolicy: Always
ports:
- containerPort: 8000
+ 0
- 1
cmd/business/main.go
View File
@@ -18,7 +18,6 @@ import (
func main() {
server := grpc.NewServer(grpc.UnaryInterceptor(interceptor.NewInterceptor("business_interceptor", urlwhitelist.Business)))
// 监听服务关闭信号,服务平滑重启
go func() {
c := make(chan os.Signal, 1)
Write
Preview
Loading…
Cancel
Save