迁移服务器;分开开发端与生产端;去除废弃接口;对象存储、Kong网关使用SSL;修改所有使用内网地址的代码;切换域名;更新Ktor、ws-scrcpy启动服务;修改Prometheus配置;

This commit is contained in:
BBIT-Kai
2025-10-28 16:33:54 +08:00
parent 08eb2d84eb
commit 2e0a2633bc
23 changed files with 153 additions and 119 deletions
@@ -29,19 +29,20 @@ scrape_configs:
- job_name: 'redis'
static_configs:
- targets:
- ce_redis_exporter:9121
- targets: ['ce_redis_exporter:9121']
- job_name: 'node_exporter'
static_configs:
- targets: ['10.10.10.9:9100']
- targets: ['172.17.0.1:9100']
- job_name: 'minio'
scheme: https
metrics_path: /minio/v2/metrics/cluster
static_configs:
- targets: ['10.10.10.9:9000']
- targets: ['ai.ronsunny.cn:9000']
- job_name: 'docker'
static_configs:
- targets: ['10.10.10.9:9323']
- targets: ['172.17.0.1:9323']