This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
feat: pcm 容器化调整
Signed-off-by: devad <cossjie@foxmail.com>
pull/9/head
devad
2 years ago
parent
e72008043f
commit
29191bfaaf
4 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
adaptor/PCM-HPC/PCM-AC/rpc/Dockerfile
+1
-1
adaptor/PCM-HPC/PCM-AC/rpc/etc/hpcac.yaml
+1
-1
adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/etc/kubenative.yaml
+2
-2
deploy/pcm-ac-service.yaml
+ 1
- 1
adaptor/PCM-HPC/PCM-AC/rpc/Dockerfile
View File
@@ -15,6 +15,6 @@ COPY etc/hpcac.yaml /home/
ENV TZ=Asia/Shanghai
EXPOSE 200
8
EXPOSE 200
2
ENTRYPOINT ./pcm-ac -f hpcac.yaml
+ 1
- 1
adaptor/PCM-HPC/PCM-AC/rpc/etc/hpcac.yaml
View File
@@ -1,5 +1,5 @@
Name: hpcac.rpc
ListenOn:
127.0.0.1
:2002
ListenOn:
0.0.0.0
:2002
Etcd:
Hosts:
- 10.101.15.170:31890
+ 1
- 1
adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/etc/kubenative.yaml
View File
@@ -1,5 +1,5 @@
Name: kubenative.rpc
ListenOn:
127.0.0.1
:2005
ListenOn:
0.0.0.0
:2005
Etcd:
Hosts:
- 10.101.15.170:31890
+ 2
- 2
deploy/pcm-ac-service.yaml
View File
@@ -11,6 +11,6 @@ spec:
ports:
- name: web
protocol: TCP
port: 200
8
targetPort: 200
8
port: 200
2
targetPort: 200
2
type: ClusterIP
Write
Preview
Loading…
Cancel
Save