From 79b34aaca6a47efd2bfd24669e5fbabead5060c2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 21:15:25 +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 362290d..22b89a1 100644 --- a/prometheus/helm-values.yaml +++ b/prometheus/helm-values.yaml @@ -7,7 +7,7 @@ fullnameOverride: "" # CRD 관리 crds: - enabled: false # CRD는 수동으로 설치하여 annotation 크기 문제 방지 + enabled: true # ServerSideApply로 annotation 크기 문제 해결 # Prometheus Operator prometheusOperator: