From 528f64494d29750427bf0a67c0bbfaf39a4e3b2e Mon Sep 17 00:00:00 2001 From: okozachenko Date: Thu, 9 Jul 2020 15:55:11 +0300 Subject: [PATCH] Remove resource from heat, magnum, keystone, and horizon DSs Change-Id: I1012086ba92ebfd360259174ad4677f8112a75f4 --- openstack_operator/templates/heat/daemonset.yml.j2 | 5 ----- openstack_operator/templates/horizon/daemonset.yml.j2 | 5 ----- openstack_operator/templates/keystone/daemonset.yml.j2 | 5 ----- openstack_operator/templates/magnum/daemonset.yml.j2 | 9 --------- 4 files changed, 24 deletions(-) diff --git a/openstack_operator/templates/heat/daemonset.yml.j2 b/openstack_operator/templates/heat/daemonset.yml.j2 index 57b29cf6..44d2d96c 100644 --- a/openstack_operator/templates/heat/daemonset.yml.j2 +++ b/openstack_operator/templates/heat/daemonset.yml.j2 @@ -81,11 +81,6 @@ spec: exec: command: ["/bin/sleep", "5"] {% endif %} - resources: - requests: - cpu: 200m - ephemeral-storage: 50M - memory: 64M securityContext: runAsUser: 65534 runAsGroup: 65534 diff --git a/openstack_operator/templates/horizon/daemonset.yml.j2 b/openstack_operator/templates/horizon/daemonset.yml.j2 index 9b0f001a..ce6697ef 100644 --- a/openstack_operator/templates/horizon/daemonset.yml.j2 +++ b/openstack_operator/templates/horizon/daemonset.yml.j2 @@ -63,11 +63,6 @@ spec: preStop: exec: command: ["/bin/sleep", "5"] - resources: - requests: - cpu: 200m - ephemeral-storage: 500M - memory: 128M securityContext: runAsUser: 1001 volumeMounts: diff --git a/openstack_operator/templates/keystone/daemonset.yml.j2 b/openstack_operator/templates/keystone/daemonset.yml.j2 index 9254e3a0..88fc8c50 100644 --- a/openstack_operator/templates/keystone/daemonset.yml.j2 +++ b/openstack_operator/templates/keystone/daemonset.yml.j2 @@ -120,11 +120,6 @@ spec: preStop: exec: command: ["/bin/sleep", "5"] - resources: - requests: - cpu: 200m - ephemeral-storage: 500M - memory: 512M securityContext: runAsUser: 65534 runAsGroup: 65534 diff --git a/openstack_operator/templates/magnum/daemonset.yml.j2 b/openstack_operator/templates/magnum/daemonset.yml.j2 index a2b4d098..4d4b7c48 100644 --- a/openstack_operator/templates/magnum/daemonset.yml.j2 +++ b/openstack_operator/templates/magnum/daemonset.yml.j2 @@ -74,15 +74,6 @@ spec: exec: command: ["/bin/sleep", "5"] {% endif %} - resources: - limits: - cpu: 2000m - ephemeral-storage: 50M - memory: 512M - requests: - cpu: 200m - ephemeral-storage: 50M - memory: 64M securityContext: runAsUser: 65534 runAsGroup: 65534