Remove resource from heat, magnum, keystone, and horizon DSs

Change-Id: I1012086ba92ebfd360259174ad4677f8112a75f4
This commit is contained in:
okozachenko 2020-07-09 15:55:11 +03:00
parent 4a8afe5443
commit 528f64494d
4 changed files with 0 additions and 24 deletions

View File

@ -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

View File

@ -63,11 +63,6 @@ spec:
preStop:
exec:
command: ["/bin/sleep", "5"]
resources:
requests:
cpu: 200m
ephemeral-storage: 500M
memory: 128M
securityContext:
runAsUser: 1001
volumeMounts:

View File

@ -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

View File

@ -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