Commit Graph

18 Commits

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