From 1befeb68c4c5d2efcf37074a191018f152e6b6e0 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 1 Jan 2026 09:42:57 +0900 Subject: [PATCH] FEAT(prometheus): add ServerSideApply - Enable ServerSideApply for CRD annotation handling - Fix resource management --- prometheus/argocd.yaml | 1 + prometheus/helm-values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/prometheus/argocd.yaml b/prometheus/argocd.yaml index cac7ba0..c024e01 100644 --- a/prometheus/argocd.yaml +++ b/prometheus/argocd.yaml @@ -32,6 +32,7 @@ spec: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true + - ServerSideApply=true retry: limit: 5 backoff: diff --git a/prometheus/helm-values.yaml b/prometheus/helm-values.yaml index c38e88b..78c3dd0 100644 --- a/prometheus/helm-values.yaml +++ b/prometheus/helm-values.yaml @@ -7,7 +7,7 @@ fullnameOverride: "" # CRD 관리 crds: - enabled: true # ServerSideApply로 annotation 크기 문제 해결 + enabled: false # CRD annotation 크기 문제로 비활성화 (CRD는 이미 설치됨) # Prometheus Operator prometheusOperator: