diff --git a/manifests/ovirt/coredns.yaml b/manifests/ovirt/coredns.yaml index 6e18858489..ebab8ac3d1 100644 --- a/manifests/ovirt/coredns.yaml +++ b/manifests/ovirt/coredns.yaml @@ -60,8 +60,8 @@ spec: - "/etc/coredns/Corefile" resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/coredns" diff --git a/manifests/ovirt/keepalived.yaml b/manifests/ovirt/keepalived.yaml index 3ad4d7ad0a..a920977d25 100644 --- a/manifests/ovirt/keepalived.yaml +++ b/manifests/ovirt/keepalived.yaml @@ -69,8 +69,8 @@ spec: - "--log-console" resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/keepalived" diff --git a/pkg/operator/assets/bindata.go b/pkg/operator/assets/bindata.go index f23857d4fc..bc13149294 100644 --- a/pkg/operator/assets/bindata.go +++ b/pkg/operator/assets/bindata.go @@ -2125,8 +2125,8 @@ spec: - "/etc/coredns/Corefile" resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/coredns" @@ -2295,8 +2295,8 @@ spec: - "--log-console" resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/keepalived" diff --git a/templates/common/ovirt/files/ovirt-coredns.yaml b/templates/common/ovirt/files/ovirt-coredns.yaml index 30d36437c3..4ba5a13b22 100644 --- a/templates/common/ovirt/files/ovirt-coredns.yaml +++ b/templates/common/ovirt/files/ovirt-coredns.yaml @@ -58,8 +58,8 @@ contents: - "/etc/coredns/Corefile" resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/coredns" diff --git a/templates/common/ovirt/files/ovirt-keepalived.yaml b/templates/common/ovirt/files/ovirt-keepalived.yaml index e0b81535a1..06b6ef1113 100644 --- a/templates/common/ovirt/files/ovirt-keepalived.yaml +++ b/templates/common/ovirt/files/ovirt-keepalived.yaml @@ -70,8 +70,8 @@ contents: socat UNIX-LISTEN:${keepalived_sock},fork system:'bash -c msg_handler' resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/keepalived" diff --git a/templates/common/ovirt/files/ovirt-mdns-publisher.yaml b/templates/common/ovirt/files/ovirt-mdns-publisher.yaml index d214ed8ff7..79d78adbd5 100644 --- a/templates/common/ovirt/files/ovirt-mdns-publisher.yaml +++ b/templates/common/ovirt/files/ovirt-mdns-publisher.yaml @@ -55,8 +55,8 @@ contents: - "--debug" resources: requests: - cpu: 150m - memory: 1Gi + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/mdns" diff --git a/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml b/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml index 0e9b8cc0e0..13599e4722 100644 --- a/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml +++ b/templates/master/00-master/ovirt/files/ovirt-haproxy.yaml @@ -67,6 +67,10 @@ contents: /usr/sbin/haproxy -W -db -f /etc/haproxy/haproxy.cfg -p /var/lib/haproxy/run/haproxy.pid & fi socat UNIX-LISTEN:${haproxy_sock},fork system:'bash -c msg_handler' + resources: + requests: + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/haproxy" @@ -90,6 +94,10 @@ contents: - "/etc/haproxy/haproxy.cfg" - "--api-vip" - "{{ .Infra.Status.PlatformStatus.Ovirt.APIServerInternalIP }}" + resources: + requests: + cpu: 100m + memory: 200Mi volumeMounts: - name: conf-dir mountPath: "/etc/haproxy"