Skip to content

Commit

Permalink
Merge pull request #1295 from yboaron/decrease_resources
Browse files Browse the repository at this point in the history
Bug 1777837: BAREMETAL- decrease infra pods resources
  • Loading branch information
openshift-merge-robot committed Dec 4, 2019
2 parents 50db7c6 + 97e7046 commit 6c6537a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions manifests/baremetal/coredns.yaml
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions manifests/baremetal/keepalived.yaml
Expand Up @@ -69,8 +69,8 @@ spec:
- "--log-console"
resources:
requests:
cpu: 150m
memory: 1Gi
cpu: 100m
memory: 200Mi
volumeMounts:
- name: conf-dir
mountPath: "/etc/keepalived"
Expand Down
8 changes: 4 additions & 4 deletions pkg/operator/assets/bindata.go
Expand Up @@ -185,8 +185,8 @@ spec:
- "/etc/coredns/Corefile"
resources:
requests:
cpu: 150m
memory: 1Gi
cpu: 100m
memory: 200Mi
volumeMounts:
- name: conf-dir
mountPath: "/etc/coredns"
Expand Down Expand Up @@ -355,8 +355,8 @@ spec:
- "--log-console"
resources:
requests:
cpu: 150m
memory: 1Gi
cpu: 100m
memory: 200Mi
volumeMounts:
- name: conf-dir
mountPath: "/etc/keepalived"
Expand Down
4 changes: 2 additions & 2 deletions templates/common/baremetal/files/baremetal-coredns.yaml
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions templates/common/baremetal/files/baremetal-keepalived.yaml
Expand Up @@ -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"
Expand Down
Expand Up @@ -55,8 +55,8 @@ contents:
- "--debug"
resources:
requests:
cpu: 150m
memory: 1Gi
cpu: 100m
memory: 200Mi
volumeMounts:
- name: conf-dir
mountPath: "/etc/mdns"
Expand Down

0 comments on commit 6c6537a

Please sign in to comment.