fix: pcm kubernetes服务注册地址更改为域名
Signed-off-by: devad <cossjie@foxmail.com> Former-commit-id: c481227cbba244efc33fea86dd0fe4a3d2e6126c
This commit is contained in:
parent
704caa4e79
commit
5d7741498c
|
@ -4,7 +4,7 @@ NacosConfig:
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
# - IpAddr: 127.0.0.1
|
# - IpAddr: 127.0.0.1
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
ClientConfig:
|
ClientConfig:
|
||||||
NamespaceId: test
|
NamespaceId: test
|
||||||
|
|
|
@ -2,7 +2,7 @@ NacosConfig:
|
||||||
DataId: pcm-octopus-rpc.yaml
|
DataId: pcm-octopus-rpc.yaml
|
||||||
Group: DEFAULT_GROUP
|
Group: DEFAULT_GROUP
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
# - IpAddr: nacos-headless
|
# - IpAddr: nacos-headless
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
|
|
|
@ -4,7 +4,7 @@ NacosConfig:
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
# - IpAddr: 127.0.0.1
|
# - IpAddr: 127.0.0.1
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
ClientConfig:
|
ClientConfig:
|
||||||
NamespaceId: test
|
NamespaceId: test
|
||||||
|
|
|
@ -4,7 +4,7 @@ NacosConfig:
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
# - IpAddr: 127.0.0.1
|
# - IpAddr: 127.0.0.1
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
ClientConfig:
|
ClientConfig:
|
||||||
NamespaceId: test
|
NamespaceId: test
|
||||||
|
|
|
@ -4,7 +4,7 @@ NacosConfig:
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
# - IpAddr: 127.0.0.1
|
# - IpAddr: 127.0.0.1
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
ClientConfig:
|
ClientConfig:
|
||||||
NamespaceId: test
|
NamespaceId: test
|
||||||
|
|
|
@ -4,7 +4,7 @@ NacosConfig:
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
# - IpAddr: 127.0.0.1
|
# - IpAddr: 127.0.0.1
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
ClientConfig:
|
ClientConfig:
|
||||||
NamespaceId: test
|
NamespaceId: test
|
||||||
|
|
|
@ -4,7 +4,7 @@ NacosConfig:
|
||||||
ServerConfigs:
|
ServerConfigs:
|
||||||
# - IpAddr: 127.0.0.1
|
# - IpAddr: 127.0.0.1
|
||||||
# Port: 8848
|
# Port: 8848
|
||||||
- IpAddr: 10.101.15.7
|
- IpAddr: nacos.jcce.dev
|
||||||
Port: 8848
|
Port: 8848
|
||||||
ClientConfig:
|
ClientConfig:
|
||||||
NamespaceId: test
|
NamespaceId: test
|
||||||
|
|
|
@ -16,6 +16,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: pcm-ac
|
k8s-app: pcm-ac
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- nacos.jcce.dev
|
||||||
|
ip: 10.101.15.7
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: SECRET_NAME
|
- name: SECRET_NAME
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -16,6 +16,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: pcm-ceph-rpc
|
k8s-app: pcm-ceph-rpc
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- nacos.jcce.dev
|
||||||
|
ip: 10.101.15.7
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: SECRET_NAME
|
- name: SECRET_NAME
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -16,6 +16,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: pcm-core
|
k8s-app: pcm-core
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- nacos.jcce.dev
|
||||||
|
ip: 10.101.15.7
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: SECRET_NAME
|
- name: SECRET_NAME
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -16,6 +16,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: pcm-core-rpc
|
k8s-app: pcm-core-rpc
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- nacos.jcce.dev
|
||||||
|
ip: 10.101.15.7
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: SECRET_NAME
|
- name: SECRET_NAME
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -16,6 +16,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: pcm-kubenative
|
k8s-app: pcm-kubenative
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- nacos.jcce.dev
|
||||||
|
ip: 10.101.15.7
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: SECRET_NAME
|
- name: SECRET_NAME
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -16,6 +16,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
k8s-app: pcm-modelarts
|
k8s-app: pcm-modelarts
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- nacos.jcce.dev
|
||||||
|
ip: 10.101.15.7
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: SECRET_NAME
|
- name: SECRET_NAME
|
||||||
containers:
|
containers:
|
||||||
|
|
Loading…
Reference in New Issue