PERF(observability): adjust resources based on VPA
- Update blackbox-exporter cpu 15m→23m, memory 64Mi→100Mi - Update grafana cpu 11m→23m, memory 425Mi→175Mi - Update loki cpu 23m→63m, memory 462Mi→363Mi - Update tempo cpu 50m→15m, memory 128Mi→100Mi - Update thanos memory 128Mi→283Mi - Update node-exporter memory 64Mi→100Mi - Update kube-state-metrics memory 100Mi→105Mi - Update opentelemetry-operator cpu 10m→11m, memory 256Mi→75Mi - Update vpa memory 128Mi→100Mi
This commit is contained in:
@@ -7,10 +7,10 @@ replicas: 1
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 23m
|
||||||
memory: 64Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 64Mi
|
memory: 100Mi
|
||||||
|
|
||||||
config:
|
config:
|
||||||
modules:
|
modules:
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ podSecurityContext:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 11m
|
cpu: 23m
|
||||||
memory: 425Mi
|
memory: 175Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 425Mi
|
memory: 175Mi
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ fullnameOverride: kube-state-metrics
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 100Mi
|
memory: 105Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 105Mi
|
||||||
|
|
||||||
# Schedule on control-plane node
|
# Schedule on control-plane node
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
@@ -70,10 +70,10 @@ singleBinary:
|
|||||||
priorityClassName: medium-priority
|
priorityClassName: medium-priority
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 23m
|
cpu: 63m
|
||||||
memory: 462Mi
|
memory: 363Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 462Mi
|
memory: 363Mi
|
||||||
# MinIO S3 credentials from secret
|
# MinIO S3 credentials from secret
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: AWS_ACCESS_KEY_ID
|
- name: AWS_ACCESS_KEY_ID
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ hostPID: true
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 64Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 64Mi
|
memory: 100Mi
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ manager:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: null # Disable chart default CPU limits
|
cpu: null # Disable chart default CPU limits
|
||||||
memory: 256Mi
|
memory: 75Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 11m
|
||||||
memory: 256Mi
|
memory: 75Mi
|
||||||
# ServiceMonitor configuration
|
# ServiceMonitor configuration
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false # Disable ServiceMonitor creation to prevent conflicts
|
enabled: false # Disable ServiceMonitor creation to prevent conflicts
|
||||||
|
|||||||
@@ -29,10 +29,10 @@ affinity:
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 15m
|
||||||
memory: 128Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 100Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Tempo Configuration
|
# Tempo Configuration
|
||||||
|
|||||||
@@ -49,9 +49,9 @@ query:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 128Mi
|
memory: 283Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 283Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Query Frontend - Caching layer for Query (optional, disabled for small cluster)
|
# Query Frontend - Caching layer for Query (optional, disabled for small cluster)
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ recommender:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 128Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 100Mi
|
||||||
|
|
||||||
# Schedule on control-plane node
|
# Schedule on control-plane node
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Reference in New Issue
Block a user