forked from JointCloud/pcm-coordinator
fix: pcm kubernetes服务注册地址更改为域名
Signed-off-by: devad <cossjie@foxmail.com>
Former-commit-id: c481227cbb
This commit is contained in:
parent
704caa4e79
commit
5d7741498c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,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,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,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,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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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…
Reference in New Issue