Browse Source

fix: pcm kubernetes服务注册地址更改为域名

Signed-off-by: devad <cossjie@foxmail.com>

Former-commit-id: c481227cbb
pull/9/head
devad 2 years ago
parent
commit
5d7741498c
13 changed files with 31 additions and 7 deletions
  1. +1
    -1
      adaptor/PCM-AI/PCM-MODELARTS/rpc/etc/pcmmodelarts.yaml
  2. +1
    -1
      adaptor/PCM-AI/PCM-OCTOPUS/rpc/etc/octopus.yaml
  3. +1
    -1
      adaptor/PCM-CORE/api/etc/pcm.yaml
  4. +1
    -1
      adaptor/PCM-CORE/rpc/etc/pcmcore.yaml
  5. +1
    -1
      adaptor/PCM-HPC/PCM-AC/rpc/etc/hpcac.yaml
  6. +1
    -1
      adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/etc/kubenative.yaml
  7. +1
    -1
      adaptor/PCM-STORAGE/PCM-CEPH/rpc/etc/pcmceph.yaml
  8. +4
    -0
      deploy/pcm-ac-deployment.yaml
  9. +4
    -0
      deploy/pcm-ceph-rpc-deployment.yaml
  10. +4
    -0
      deploy/pcm-core-deployment.yaml
  11. +4
    -0
      deploy/pcm-core-rpc-deployment.yaml
  12. +4
    -0
      deploy/pcm-kubenative-deployment.yaml
  13. +4
    -0
      deploy/pcm-modelarts-deployment.yaml

+ 1
- 1
adaptor/PCM-AI/PCM-MODELARTS/rpc/etc/pcmmodelarts.yaml View File

@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test


+ 1
- 1
adaptor/PCM-AI/PCM-OCTOPUS/rpc/etc/octopus.yaml View File

@@ -2,7 +2,7 @@ NacosConfig:
DataId: pcm-octopus-rpc.yaml
Group: DEFAULT_GROUP
ServerConfigs:
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
# - IpAddr: nacos-headless
# Port: 8848


+ 1
- 1
adaptor/PCM-CORE/api/etc/pcm.yaml View File

@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test


+ 1
- 1
adaptor/PCM-CORE/rpc/etc/pcmcore.yaml View File

@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test


+ 1
- 1
adaptor/PCM-HPC/PCM-AC/rpc/etc/hpcac.yaml View File

@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test


+ 1
- 1
adaptor/PCM-K8S/PCM-K8S-NATIVE/rpc/etc/kubenative.yaml View File

@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test


+ 1
- 1
adaptor/PCM-STORAGE/PCM-CEPH/rpc/etc/pcmceph.yaml View File

@@ -4,7 +4,7 @@ NacosConfig:
ServerConfigs:
# - IpAddr: 127.0.0.1
# Port: 8848
- IpAddr: 10.101.15.7
- IpAddr: nacos.jcce.dev
Port: 8848
ClientConfig:
NamespaceId: test


+ 4
- 0
deploy/pcm-ac-deployment.yaml View File

@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-ac
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 4
- 0
deploy/pcm-ceph-rpc-deployment.yaml View File

@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-ceph-rpc
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 4
- 0
deploy/pcm-core-deployment.yaml View File

@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-core
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 4
- 0
deploy/pcm-core-rpc-deployment.yaml View File

@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-core-rpc
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 4
- 0
deploy/pcm-kubenative-deployment.yaml View File

@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-kubenative
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 4
- 0
deploy/pcm-modelarts-deployment.yaml View File

@@ -16,6 +16,10 @@ spec:
labels:
k8s-app: pcm-modelarts
spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
imagePullSecrets:
- name: SECRET_NAME
containers:


Loading…
Cancel
Save