Browse Source

优化nacos部署文件

dev-complex-computation
chenzhihang 1 year ago
parent
commit
47463a4c2d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      k8s/template-yaml/k8s-3nacos.yaml

+ 2
- 2
k8s/template-yaml/k8s-3nacos.yaml View File

@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nacos-ci4s
image: nacos/nacos-server:v2.2.0
image: 172.20.32.187/ci4s/nacos-server:v2.2.0
env:
- name: SPRING_DATASOURCE_PLATFORM
value: mysql
@@ -39,7 +39,7 @@ spec:
- containerPort: 9849
initContainers:
- name: init-mydb
image: busybox:1.31
image: 172.20.32.187/ci4s/busybox:1.31
command: [ 'sh', '-c', 'nc -zv mysql.argo.svc 3306' ]
restartPolicy: Always



Loading…
Cancel
Save