このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Independent
/
gim
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
udpate
master
DengBiao
2年前
親
6b3071835d
コミット
e8d463abb8
2個のファイルの変更
、
1行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
chart/templates/server/business.yaml
+0
-1
cmd/business/main.go
+ 1
- 1
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-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
ファイルの表示
@@ -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)
書き込み
プレビュー
読み込み中…
キャンセル
保存