Skip to content
Snippets Groups Projects
Commit 8c320715 authored by Yauheny Boika[EPAM / GCP]'s avatar Yauheny Boika[EPAM / GCP] Committed by Mikhail Piatliou (EPAM)
Browse files

[GONRG-7275]-Change request of memory

parent 182af5b8
No related branches found
No related tags found
1 merge request!385[GONRG-7275]-Change request of memory
...@@ -80,7 +80,6 @@ The following software have components provided under the terms of this license: ...@@ -80,7 +80,6 @@ The following software have components provided under the terms of this license:
- click (from https://palletsprojects.com/p/click/) - click (from https://palletsprojects.com/p/click/)
- jinja2 - jinja2
- kubernetes (from https://github.com/kubernetes-client/python)
- requests-oauthlib (from https://github.com/requests/requests-oauthlib) - requests-oauthlib (from https://github.com/requests/requests-oauthlib)
======================================================================== ========================================================================
...@@ -104,13 +103,12 @@ The following software have components provided under the terms of this license: ...@@ -104,13 +103,12 @@ The following software have components provided under the terms of this license:
- coloredlogs (from https://coloredlogs.readthedocs.io) - coloredlogs (from https://coloredlogs.readthedocs.io)
- coverage (from https://github.com/nedbat/coveragepy) - coverage (from https://github.com/nedbat/coveragepy)
- exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.1.1/) - exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.1.1/)
- fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.96.0/) - fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.97.0/)
- h11 - h11
- humanfriendly (from https://humanfriendly.readthedocs.io) - humanfriendly (from https://humanfriendly.readthedocs.io)
- iniconfig (from http://github.com/RonnyPfannschmidt/iniconfig, https://pypi.org/project/iniconfig/2.0.0/) - iniconfig (from http://github.com/RonnyPfannschmidt/iniconfig, https://pypi.org/project/iniconfig/2.0.0/)
- jmespath (from https://github.com/jmespath/jmespath.py) - jmespath (from https://github.com/jmespath/jmespath.py)
- jsonschema - jsonschema
- kubernetes (from https://github.com/kubernetes-client/python)
- msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python) - msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python)
- msal-extensions (from https://pypi.org/project/msal-extensions/1.0.0/) - msal-extensions (from https://pypi.org/project/msal-extensions/1.0.0/)
- munch (from https://github.com/Infinidat/munch) - munch (from https://github.com/Infinidat/munch)
......
...@@ -38,7 +38,7 @@ spec: ...@@ -38,7 +38,7 @@ spec:
resources: resources:
requests: requests:
cpu: "{{ .Values.data.requestsCpu }}" cpu: "{{ .Values.data.requestsCpu }}"
memory: "{{ .Values.data.requestsMemory }}" memory: "{{ .Values.opa.data.requestsMemory }}"
limits: limits:
cpu: "{{ .Values.data.limitsCpu }}" cpu: "{{ .Values.data.limitsCpu }}"
memory: "{{ .Values.data.limitsMemory }}" memory: "{{ .Values.data.limitsMemory }}"
......
...@@ -37,6 +37,7 @@ conf: ...@@ -37,6 +37,7 @@ conf:
opa: opa:
data: data:
requestsMemory: "200Mi"
image: "docker.io/openpolicyagent/opa:latest-rootless" image: "docker.io/openpolicyagent/opa:latest-rootless"
serviceAccountName: "opa" serviceAccountName: "opa"
conf: conf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment