first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-15 18:34:24 +08:00
commit 2526e27867
38 changed files with 1771 additions and 0 deletions

17
chart/README.md Normal file
View File

@@ -0,0 +1,17 @@
> 本文作者:丁辉
# Helm部署
开始部署
```bash
helm install blog ./chart \
--namespace blog --create-namespace
```
卸载
```bash
helm uninstall blog -n blog
```