diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-16 20:49:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-16 20:49:05 +0000 |
commit | f0e88b345f6c6dd6d5733d74016fc44027ac407f (patch) | |
tree | 68e973c0e2bf1636e954a8c6b444ea6aec4147ab /kubernetes/dcaegen2/components | |
parent | f11d35a6320c98785c6c2ec2a84c8a2988a4b732 (diff) | |
parent | 46d5377b3aae444e208cee91c480e82f5954c56b (diff) |
Merge "[DCAE] Dashboard resource update"
Diffstat (limited to 'kubernetes/dcaegen2/components')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-dashboard/values.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml index a1431488b8..83914d423c 100644 --- a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml @@ -1,6 +1,6 @@ #============LICENSE_START======================================================== # ================================================================================ -# Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2019-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -103,10 +103,10 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 2Gi + cpu: 4000m + memory: 4Gi requests: - cpu: 1 + cpu: 1500m memory: 1Gi large: limits: |