Browse Source

fix: nacos地址更改为配置

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

Former-commit-id: 7ff060d170
pull/9/head
devad 2 years ago
parent
commit
1b1789321d
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      deploy/pcm-ac-deployment.yaml
  2. +1
    -1
      deploy/pcm-ceph-rpc-deployment.yaml
  3. +1
    -1
      deploy/pcm-core-deployment.yaml
  4. +1
    -1
      deploy/pcm-core-rpc-deployment.yaml
  5. +1
    -1
      deploy/pcm-kubenative-deployment.yaml
  6. +1
    -1
      deploy/pcm-modelarts-deployment.yaml

+ 1
- 1
deploy/pcm-ac-deployment.yaml View File

@@ -19,7 +19,7 @@ spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
ip: nacos_host
imagePullSecrets:
- name: SECRET_NAME
containers:


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

@@ -19,7 +19,7 @@ spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
ip: nacos_host
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 1
- 1
deploy/pcm-core-deployment.yaml View File

@@ -19,7 +19,7 @@ spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
ip: nacos_host
imagePullSecrets:
- name: SECRET_NAME
containers:


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

@@ -19,7 +19,7 @@ spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
ip: nacos_host
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 1
- 1
deploy/pcm-kubenative-deployment.yaml View File

@@ -19,7 +19,7 @@ spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
ip: nacos_host
imagePullSecrets:
- name: SECRET_NAME
containers:


+ 1
- 1
deploy/pcm-modelarts-deployment.yaml View File

@@ -19,7 +19,7 @@ spec:
hostAliases:
- hostnames:
- nacos.jcce.dev
ip: 10.101.15.7
ip: nacos_host
imagePullSecrets:
- name: SECRET_NAME
containers:


Loading…
Cancel
Save