This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'dev' of
https://gitlink.org.cn/ci4s/ci4sManagement-cloud
into dev
dev-active_learn
somunslotus
1 year ago
parent
13498f5e04
65309fe423
commit
e7ba2e20f7
2 changed files
with
8 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
k8s/template-yaml/k8s-3nacos.yaml
+5
-0
k8s/template-yaml/k8s-7management.yaml
+ 3
- 3
k8s/template-yaml/k8s-3nacos.yaml
View File
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nacos-ci4s
image:
naco
s/nacos-server:v2.2.0
image:
172.20.32.187/ci4
s/nacos-server:v2.2.0
env:
- name: SPRING_DATASOURCE_PLATFORM
value: mysql
@@ -38,8 +38,8 @@ spec:
- containerPort: 9848
- containerPort: 9849
initContainers:
- name: init-mydb
image: busybox:1.31
- name: init-mydb
-check
image:
172.20.32.187/ci4s/
busybox:1.31
command: [ 'sh', '-c', 'nc -zv mysql.argo.svc 3306' ]
restartPolicy: Always
+ 5
- 0
k8s/template-yaml/k8s-7management.yaml
View File
@@ -31,6 +31,11 @@ spec:
- name: resource-volume
hostPath:
path: /platform-data
initContainers:
- name: init-fs-check
image: 172.20.32.187/ci4s/busybox:1.31
command: [ 'sh', '-c', 'if findmnt /platform-data/ | grep 'fuse.juicefs'; then exit 0; else exit 1; fi']
restartPolicy: Always
---
apiVersion: v1
kind: Service
Write
Preview
Loading…
Cancel
Save