Commit Graph

31 Commits

Author SHA1 Message Date
github-actions[bot] 7ec52a8f57 Update deployment image tag to 250122-500f5b3 2025-01-22 05:34:10 +00:00
suyiiyii 9a13bdf467 feat(network): 添加 Jaeger Ingress 配置
- 新增 Jaeger Ingress 配置文件,支持 HTTPS 和 HTTP 访问
- 配置 TLS 证书,使用 Let's Encrypt 生产环境集群颁发者
- 定义两个 Ingress 资源:jaeger-ingress 和 jaeger-http-ingress
- 配置访问主机名为 jaeger.kl.suyiiyii.top,端口为 8080
2025-01-22 12:56:11 +08:00
suyiiyii 1c8060ee49 feat: 启用 Jaeger Collector 的 OTLP 支持
- 在 Jaeger 部署配置中添加环境变量 COLLECTOR_OTLP_ENABLED 并设置为 true
- 此修改增加了对 OpenTelemetry Protocol (OTLP) 的支持,提高了监控和追踪能力
2025-01-22 12:54:16 +08:00
suyiiyii 009b945808 build: 更新 Jaeger 镜像地址
- 将 Jaeger 镜像从默认源更改为 DaoCloud 镜像仓库
- 新镜像地址为 docker.m.daocloud.io/jaegertracing/all-in-one:latest
2025-01-22 11:48:10 +08:00
suyiiyii 30ae9a178d feat: 添加 Jaeger 部署和服务配置
- 新增 Jaeger 部署配置文件,使用 jaegertracing/all-in-one:latest 镜像
- 添加 Jaeger 服务配置文件,暴露 16686、4317 和 4318 端口
2025-01-22 11:46:30 +08:00
github-actions[bot] 3a74a4d111 Update deployment image tag to 250122-9d82d63 2025-01-22 03:34:26 +00:00
github-actions[bot] 488c1a78a7 Update deployment image tag to 250121-9ae4838 2025-01-21 15:37:09 +00:00
github-actions[bot] 0403ab86b9 Update deployment image tag to 250121-85d297a 2025-01-21 15:31:08 +00:00
suyiiyii 1e56dc5579 feat(facade): update service and ingress ports from 8500 to 8080 2025-01-21 23:18:29 +08:00
github-actions[bot] d914dc32f9 Update deployment image tag to 250121-cedec8b 2025-01-21 14:49:55 +00:00
github-actions[bot] 4ce7a93680 Update deployment image tag to 250121-b51ab46 2025-01-21 14:31:57 +00:00
github-actions[bot] da88981af2 Update deployment image tag to 250121-9927dbc 2025-01-21 14:21:05 +00:00
suyiiyii 019c3da82c feat(consul): 添加注册表暴露控制功能
- 在 templates/consul-ingress.yaml 中添加了 registry_expose 条件判断
- 在 values.yaml 中添加了 registry_expose 配置项,默认为 false
2025-01-21 22:05:04 +08:00
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