mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Keystone: Fix limits and requests for resources
There were some erros in the limit and requests for resources in some of the keystone pods. This PS resolves the issue. Change-Id: I5f8eed1a22a42621654198ab9b844914ba0aade8
This commit is contained in:
@@ -192,31 +192,31 @@ pod:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
fernet_setup:
|
||||
limits:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
requests:
|
||||
memory: "10024Mi"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
fernet_rotate:
|
||||
limits:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
requests:
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
credential_setup:
|
||||
limits:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
requests:
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
credential_rotate:
|
||||
limits:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
requests:
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user