Files
service-catalog/manifests/helm/rancher-monitoring/104.1.2+up57.0.3/custom-values.yaml
T
wbsong111 18ca8cd979 fix(catalog): exclude windowsExporter from rancher-monitoring
Windows 노드 미사용 + Windows 이미지라 trivy 스캔 불가 → windowsExporter.enabled=false
로 SBOM/패키징 대상에서 제외.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 16:32:22 +09:00

68 lines
1.4 KiB
YAML

global:
cattle:
clusterId: local
clusterName: local
grafana:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 200m
memory: 200Mi
prometheus:
prometheusSpec:
resources:
requests:
cpu: 250m
memory: 100Mi
limits:
cpu: 1000m
memory: 2000Mi
scrapeInterval: 1m
evaluationInterval: 1m
retention: 30d
retentionSize: 10GB ## 해당 설정에 Gi 입력 시 에러 발생
storageSpec:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: longhorn
volumeMode: Filesystem
alertmanager:
alertmanagerSpec:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 1000m
memory: 500Mi
# rke2 클러스터 시 enable 한다.
# rke2ControllerManager:
# enabled: true
# rke2Etcd:
# enabled: true
# rke2Proxy:
# enabled: true
# rke2Scheduler:
# enabled: true
# rke2IngressNginx:
# enabled: true
# helm 배포한 ingressNginx가 배포되어 있을 때 사용한다.
# ingressNginx:
# enabled: true
# Windows 노드를 사용하지 않으므로 windowsExporter 제외.
# (Windows 이미지라 Linux 에서 trivy 스캔도 불가 → SBOM 대상에서 제외)
windowsExporter:
enabled: false