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

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

Former-commit-id: c481227cbb
This commit is contained in:
devad 2023-06-01 15:17:44 +08:00
parent 704caa4e79
commit 5d7741498c
13 changed files with 31 additions and 7 deletions

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

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

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

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

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

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

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

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:

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:

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:

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:

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:

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: