FIX(repo): fix namespace unshown problem

- Fix namespace display issue
- Correct ArgoCD configuration
This commit is contained in:
2025-12-20 15:01:58 +09:00
parent b416b76c18
commit a04fff40a3

View File

@@ -22,3 +22,9 @@ prometheus:
relabelings: relabelings:
- targetLabel: cluster - targetLabel: cluster
replacement: "mayne-cluster" replacement: "mayne-cluster"
# exported_namespace를 namespace로 복사하여 모든 네임스페이스의 메트릭을 올바르게 표시
metricRelabelings:
- sourceLabels: [exported_namespace]
targetLabel: namespace
regex: (.+)
replacement: ${1}