diff --git a/deploy/hypershift-control-plane-log-forwarding/50-daemonset.yaml b/deploy/hypershift-control-plane-log-forwarding/50-daemonset.yaml index b84360361..eb4109c7c 100644 --- a/deploy/hypershift-control-plane-log-forwarding/50-daemonset.yaml +++ b/deploy/hypershift-control-plane-log-forwarding/50-daemonset.yaml @@ -59,11 +59,11 @@ spec: name: metrics resources: limits: - cpu: 200m + cpu: 300m memory: 2Gi requests: cpu: 50m - memory: 256Mi + memory: 1Gi securityContext: allowPrivilegeEscalation: true privileged: true diff --git a/hack/00-osd-managed-cluster-config-integration.yaml.tmpl b/hack/00-osd-managed-cluster-config-integration.yaml.tmpl index 9ab5b0cb3..6f3d960bf 100644 --- a/hack/00-osd-managed-cluster-config-integration.yaml.tmpl +++ b/hack/00-osd-managed-cluster-config-integration.yaml.tmpl @@ -31769,11 +31769,11 @@ objects: name: metrics resources: limits: - cpu: 200m + cpu: 300m memory: 2Gi requests: cpu: 50m - memory: 256Mi + memory: 1Gi securityContext: allowPrivilegeEscalation: true privileged: true diff --git a/hack/00-osd-managed-cluster-config-production.yaml.tmpl b/hack/00-osd-managed-cluster-config-production.yaml.tmpl index 9ab5b0cb3..6f3d960bf 100644 --- a/hack/00-osd-managed-cluster-config-production.yaml.tmpl +++ b/hack/00-osd-managed-cluster-config-production.yaml.tmpl @@ -31769,11 +31769,11 @@ objects: name: metrics resources: limits: - cpu: 200m + cpu: 300m memory: 2Gi requests: cpu: 50m - memory: 256Mi + memory: 1Gi securityContext: allowPrivilegeEscalation: true privileged: true diff --git a/hack/00-osd-managed-cluster-config-stage.yaml.tmpl b/hack/00-osd-managed-cluster-config-stage.yaml.tmpl index 9ab5b0cb3..6f3d960bf 100644 --- a/hack/00-osd-managed-cluster-config-stage.yaml.tmpl +++ b/hack/00-osd-managed-cluster-config-stage.yaml.tmpl @@ -31769,11 +31769,11 @@ objects: name: metrics resources: limits: - cpu: 200m + cpu: 300m memory: 2Gi requests: cpu: 50m - memory: 256Mi + memory: 1Gi securityContext: allowPrivilegeEscalation: true privileged: true