FIX(otel): increase metrics collector memory to 1Gi

- OTel metrics collector pods were OOMKilled with 512Mi limit
- Increased memory requests to 512Mi and limits to 1Gi
This commit is contained in:
2026-01-10 00:18:15 +09:00
parent 5bc0caa324
commit 328d952cc1

View File

@@ -33,9 +33,9 @@ spec:
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
memory: 512Mi
limits:
memory: 1Gi
ports:
- name: otlp-grpc