feat(k01): add teardown script for clean reset of data and service layers
build-and-push-harbor / docker-build-push (push) Waiting to run

This commit is contained in:
zetaloop
2026-05-06 04:32:36 +08:00
parent 513d0dbac2
commit 4ee866da95
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ bash apply-infra.sh # 数据层 + envoy + ratelimit,分批等待 Ready
bash apply-schema.sh # 向 CNPG 写入 schema 与 fixture
bash apply-services.sh # 启动业务 Deployment
kubectl -n juwan get pods -w
# 可以用 `bash teardown.sh` 来卸载数据层和业务层
```
## 做什么