feat(victoria-metrics): update resource memory limits and add readiness probe configuration

This commit is contained in:
2026-05-03 17:22:55 +02:00
parent 77842b1429
commit f3d6a39953
@@ -68,10 +68,17 @@ grafana:
resources:
requests:
cpu: 50m
memory: 80Mi
memory: 100Mi
limits:
cpu: 300m
memory: 150Mi
memory: 256Mi
readinessProbe:
httpGet:
path: /api/health
port: 3000
initialDelaySeconds: 60
timeoutSeconds: 5
failureThreshold: 10
persistence:
enabled: false
plugins: