Browse Source

udpate

master
DengBiao 2 years ago
parent
commit
e8d463abb8
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      chart/templates/server/business.yaml
  2. +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-01'
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-business:202209020-02'
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)


Loading…
Cancel
Save