This commit is contained in:
2025-07-12 15:25:26 +08:00
commit de2ab4d182
278 changed files with 34453 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 settings-admin --from-file=../../config/settings.yml -n go-admin