FEAT(prometheus): add ServerSideApply

- Enable ServerSideApply for CRD annotation handling
- Fix resource management
This commit is contained in:
2025-12-29 21:15:25 +09:00
parent 0cb7438d79
commit 79b34aaca6
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ spec:
- CreateNamespace=true - CreateNamespace=true
- PrunePropagationPolicy=foreground - PrunePropagationPolicy=foreground
- PruneLast=true - PruneLast=true
- ServerSideApply=true
retry: retry:
limit: 5 limit: 5
backoff: backoff:

View File

@@ -7,7 +7,7 @@ fullnameOverride: ""
# CRD 관리 # CRD 관리
crds: crds:
enabled: false # CRD는 수동으로 설치하여 annotation 크기 문제 방지 enabled: true # ServerSideApply로 annotation 크기 문제 해결
# Prometheus Operator # Prometheus Operator
prometheusOperator: prometheusOperator: