37 Commits

Author SHA1 Message Date
1d2161cdc5
refactor(jaeger): clean up YAML files by commenting out unused sections 2025-02-12 18:51:10 +08:00
github-actions[bot]
1e555cae79 Update deployment image tag to 250122-82ceb65 2025-01-22 09:15:44 +00:00
github-actions[bot]
1440ec968f Update deployment image tag to 250122-a57e4ca 2025-01-22 06:42:44 +00:00
github-actions[bot]
022ddbebd2 Update deployment image tag to 250122-ab65ee1 2025-01-22 06:17:45 +00:00
7287ce5ed5
fix(ingress): update Jaeger service port from 8080 to 16686 2025-01-22 13:55:38 +08:00
github-actions[bot]
1f61583a3f Update deployment image tag to 250122-83d9bbb 2025-01-22 05:47:16 +00:00
github-actions[bot]
7ec52a8f57 Update deployment image tag to 250122-500f5b3 2025-01-22 05:34:10 +00:00
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
1c8060ee49
feat: 启用 Jaeger Collector 的 OTLP 支持
- 在 Jaeger 部署配置中添加环境变量 COLLECTOR_OTLP_ENABLED 并设置为 true
- 此修改增加了对 OpenTelemetry Protocol (OTLP) 的支持,提高了监控和追踪能力
2025-01-22 12:54:16 +08:00
009b945808
build: 更新 Jaeger 镜像地址
- 将 Jaeger 镜像从默认源更改为 DaoCloud 镜像仓库
- 新镜像地址为 docker.m.daocloud.io/jaegertracing/all-in-one:latest
2025-01-22 11:48:10 +08:00
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
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
019c3da82c
feat(consul): 添加注册表暴露控制功能
- 在 templates/consul-ingress.yaml 中添加了 registry_expose 条件判断
- 在 values.yaml 中添加了 registry_expose 配置项,默认为 false
2025-01-21 22:05:04 +08:00
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
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