16 Commits

Author SHA1 Message Date
github-actions[bot]
8199ce5bbc Update deployment image tag to 250121-802e649 2025-01-21 13:49:06 +00:00
github-actions[bot]
89fe39915c Update deployment image tag to 2025-01-21 12:31:10 +00:00
1cb6e5007c
docs: 更新 auth-deployment.yaml 模板 2025-01-21 19:47:45 +08:00
fcee7c3cf0
feat(deployment): parameterize deployment configuration for multiple services 2025-01-21 19:42:23 +08:00
4a97ec8d1c
feat(auth): add deployment configuration for auth service 2025-01-21 19:32:29 +08:00
e265c9a647
feat: 初始化 Helm Chart 结构
- 新增 .helmignore 文件,定义打包时忽略的文件模式
- 创建 Chart.yaml,配置 Chart 基本信息
- 重命名部署、Ingress和服务文件,统一到 templates 目录
- 新增 values.yaml,定义默认值和可配置参数
2025-01-21 15:05:40 +08:00
40388d3e8c
feat(ingress): add HTTP ingress for Consul service 2025-01-20 13:06:42 +08:00
01d85d5f7f
feat(consul): 为 Consul 添加 TLS 支持
- 在 ingress 规则中添加 TLS 配置
- 为 consul.kl.suyiiyii.top 域名配置 HTTPS
- 使用 cert-manager 生成并管理 TLS 证书
2025-01-20 12:17:17 +08:00
c86810dcfe
Merge branch 'manifest' of https://github.com/suyiiyii/hertz101 into manifest 2025-01-20 12:15:12 +08:00
c23be86a2a
feat(network): 添加 Consul Ingress 并更新 Consul 服务选择器
- 新增 consul-ingress.yaml 文件,创建 Consul Ingress 资源
- 更新 consul-service.yaml 文件,将选择器从 io.kompose.service 改为 app
2025-01-20 12:15:09 +08:00
c42ec687f1
Update consul-deployment.yaml 2025-01-20 12:07:07 +08:00
c746aa1331
update_name 2025-01-20 12:01:06 +08:00
e98b619fb1
ci: 更新镜像同步工作流
- 移除了原有的 Gitea Sync 工作流
- 新增了 Mirroring 工作流,用于同步代码到 GitLab
- 使用 yesolutions/mirror-action 实现镜像同步
- 配置了远程仓库地址和认证信息
2025-01-20 12:00:13 +08:00
267e3857d0
add Gitea sync workflow 2025-01-20 10:04:31 +08:00
e6d349f344
add lable app 2025-01-20 10:02:49 +08:00
90297ec611
consul 2025-01-19 23:02:50 +08:00