📝 feat: Update README with feature list and deployment instructions

refactor: Remove old Helm chart files and templates

feat: Add new Helm chart structure for neo-blog deployment

chore: Add .helmignore and initial Chart.yaml for Helm chart

feat: Implement backend and frontend deployment templates in Helm chart

feat: Create services and ingress configurations for backend and frontend

chore: Define resource limits and requests for backend and frontend in values.yaml

feat: Enable autoscaling configuration for backend and frontend deployments

chore: Clean up unused files and configurations from previous setup
This commit is contained in:
2025-07-29 08:15:20 +08:00
parent 6b391422b8
commit 1b29d50ba4
12 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,20 @@
# neo-blog
新的博客前端由next驱动后端由hertz驱动
## 功能列表
- [x] 支持MarkdownHTMLText格式的文章
- [x] 支持文章分类和标签
- [ ] 页面管理
- [ ] 支持文章置顶
- [x] OIDC认证和注册
- [x] 支持多用户
- [ ] 高级评论功能(后端已实装)
- [ ] 支持多语言
- [x] 移动端适配
- [ ] 后台管理
- [ ] 富文本编辑器
## 部署
### 使用容器化部署(Docker Compose)(推荐)
@ -46,7 +60,7 @@ docker compose up -d
启动后,将外部网关请求转发到前端服务的端口即可
### 使用容器化部署(Kubernetes)(推荐 但是还未发布helm chart)
### 使用容器化部署(Kubernetes 暂未完全支持,有需求者可以查看[helm](./helm)目录)
可以使用[Helm Chart](https://artifacthub.io/packages/helm/snowykami/neo-blog)进行部署。