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