FEAT(prometheus): add ServerSideApply
- Enable ServerSideApply for CRD annotation handling - Fix resource management
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ fullnameOverride: ""
|
|||||||
|
|
||||||
# CRD 관리
|
# CRD 관리
|
||||||
crds:
|
crds:
|
||||||
enabled: true # ServerSideApply로 annotation 크기 문제 해결
|
enabled: false # CRD annotation 크기 문제로 비활성화 (CRD는 이미 설치됨)
|
||||||
|
|
||||||
# Prometheus Operator
|
# Prometheus Operator
|
||||||
prometheusOperator:
|
prometheusOperator:
|
||||||
|
|||||||
Reference in New Issue
Block a user