diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-02-26 10:57:27 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-21 16:48:28 +0000 |
commit | a738031c00215af74983d03813a82730e8529000 (patch) | |
tree | 5a06df29a0e913a4abc2600bfd1f7469c2e49574 /kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml | |
parent | fde94076e689727e8a2c3c5147ce1242dc225f87 (diff) |
[DCAEMOD] Update runtime-api image
Update BPGenerator 1.7.3:
- Update default k8splugin import
- Externalize resource limits defaults for generated blueprints.
Issue-ID: DCAEGEN2-2636
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I5a0ce9ced5ebbe7e48eccd9fdb056d4bf58dc34e
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml index 735b0281be..42f596db1e 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/templates/deployment.yaml @@ -67,6 +67,10 @@ spec: value: {{ .Values.config.importDMaaP }} - name: ONAP_USEDMAAPPLUGIN value: {{ .Values.config.useDmaapPlugin | quote }} + - name: BP_RESOURCES_CPU_LIMIT + value: {{ .Values.config.bpResourcesCpuLimit }} + - name: BP_RESOURCES_MEMORY_LIMIT + value: {{ .Values.config.bpResourcesMemoryLimit }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" |