cortex fake user 설정값 추가

:What/Why:
- metric 별 시리즈 제한 해제
- user 별 시리즈 제한 해제

:Tasks:
[CLOUD-23129] [더존] Cortex 설정 변경 후 재기동 사내 테스트
<https://app.clickup.com/t/25540965/CLOUD-23129>
This commit is contained in:
김동우
2024-02-13 14:40:19 +09:00
committed by GitHub
parent 259511f683
commit 6fb4f2b316

View File

@@ -202,7 +202,12 @@ runtimeconfigmap:
annotations: {}
# -- https://cortexmetrics.io/docs/configuration/arguments/#runtime-configuration-file
# 설정부
runtime_config: {}
runtime_config:
runtime_config.yaml: |
overrides:
"fake":
max_series_per_metric: 0
max_series_per_user: 0
alertmanager:
enabled: true
replicas: 1