diff --git a/chart/templates/server/business.yaml b/chart/templates/server/business.yaml index 548ed43..7ae499b 100644 --- a/chart/templates/server/business.yaml +++ b/chart/templates/server/business.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: business - image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-business:202209020-01' + image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-business:202209020-02' imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/cmd/business/main.go b/cmd/business/main.go index e86092e..cb05719 100644 --- a/cmd/business/main.go +++ b/cmd/business/main.go @@ -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)