CHORE(observability): align memory requests with limits
- Update opentelemetry-operator manager from 64Mi to 256Mi - Update opentelemetry-operator kube-rbac-proxy from 32Mi to 64Mi - Update opentelemetry-collector memory request from 256Mi to 512Mi
This commit is contained in:
@@ -28,7 +28,7 @@ mode: daemonset
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ manager:
|
|||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 256Mi
|
||||||
|
|
||||||
# Admission webhooks (uses cert-manager self-signed CA)
|
# Admission webhooks (uses cert-manager self-signed CA)
|
||||||
admissionWebhooks:
|
admissionWebhooks:
|
||||||
@@ -38,7 +38,7 @@ kubeRBACProxy:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 5m
|
cpu: 5m
|
||||||
memory: 32Mi
|
memory: 64Mi
|
||||||
|
|
||||||
# Schedule on master node
|
# Schedule on master node
|
||||||
tolerations:
|
tolerations:
|
||||||
|
|||||||
Reference in New Issue
Block a user