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
3331a7faec
commit
f6212d5612
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
chart/templates/server/connect.yaml
+1
-1
chart/templates/server/logic.yaml
+ 1
- 1
chart/templates/server/connect.yaml
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: connect
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-connect:202209018-0
1
'
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-connect:202209018-0
3
'
imagePullPolicy: Always
ports:
- containerPort: 8000
+ 1
- 1
chart/templates/server/logic.yaml
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: logic
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-logic:202209018-0
1
'
image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-gim-logic:202209018-0
3
'
imagePullPolicy: Always # 在kind中需要指定,不然会强制到远程拉取镜像,导致部署失败
ports:
- containerPort: 8001
Write
Preview
Loading…
Cancel
Save