Go to file
ycz008 6acba9b0f8 rename trainer -> sdet 2023-07-10 16:19:18 +08:00
build-image Create golang Dockerfile 2023-07-07 18:34:41 +08:00
dev-upgrade fix: add axons 2023-07-10 16:18:42 +08:00
sdet-upgrade rename trainer -> sdet 2023-07-10 16:19:18 +08:00
README.md add argocd 2023-07-04 15:50:55 +08:00

README.md

Kubernetes deployment

kubesphere

# 部署

./kk create -f bfs-k8scluster.yaml

nacos

# 部署

kubectl -n common create -f mysql-local.yaml
kubectl -n common create -f nacos-no-pvc-ingress.yaml

jenkins

# 部署

kubectl -n common create -f seviceAccount.yaml
kubectl -n common create -f deployment.yaml

# 使用

mysql

# 部署

kubectl -n common create -f mysql-local-dev.yaml
kubectl -n common create -f mysql-local-release.yaml

argoci

# 前期

    ConfigMap
        - mysql
        - s3
    argo namespaced

# 部署

kubectl -n common create -f namespace-install-dev.yaml
kubectl -n common create -f namespace-install-release.yaml

argocd