fix: 各服务 DEV CONF 配置规范化

This commit is contained in:
zetaloop
2026-04-01 04:17:10 +08:00
parent 35de3f653b
commit 93e6b5609c
4 changed files with 47 additions and 33 deletions
+10 -4
View File
@@ -7,10 +7,16 @@ Prometheus:
Port: 4001
Path: /metrics
# k8s://juwan/<service name>:8080
# ===== PROC CONFIG =====
#CommunityRpcConf:
# Target: k8s://juwan/community-rpc-svc.juwan:8080
#UsercenterRpcConf:
# Target: k8s://juwan/users-rpc-svc.juwan:8080
# ===== DEV CONFIG =====
CommunityRpcConf:
Target: k8s://juwan/community-rpc-svc.juwan:8080
Endpoints:
- community-rpc:8080
UsercenterRpcConf:
Target: k8s://juwan/users-rpc-svc.juwan:8080
Endpoints:
- user-rpc:8080