ss
Some checks failed
GitHub Actions Mirror / mirror_to_gitee (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitlab (push) Has been cancelled
build / build (10.x) (push) Has been cancelled
build / build (12.x) (push) Has been cancelled

This commit is contained in:
2025-06-29 00:40:17 +08:00
commit bc67220ef1
489 changed files with 66822 additions and 0 deletions

3
scripts/k8s/prerun.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
kubectl create ns go-admin
kubectl create configmap nginx-frontend --from-file=./default.conf -n go-admin