X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaegen2-services%2Fcomponents%2Fdcae-tcagen2%2Fvalues.yaml;h=03db9a0506b0bb499da65f30c63dbb9145fbe901;hb=555db9c1f910db06341070941b466e6c05827e27;hp=40a7c13dcac2344ab2f8ac81722339d94737bfcb;hpb=8a626708ed05ca337586695b2056441fc6405fec;p=oom.git diff --git a/kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml b/kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml index 40a7c13dca..03db9a0506 100644 --- a/kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-tcagen2/values.yaml @@ -2,6 +2,7 @@ # ================================================================================ # Copyright (c) 2021-2023 J. F. Lucas. All rights reserved. # Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2023 Deutsche Telekom AG. 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. @@ -35,7 +36,7 @@ filebeatConfig: # Application configuration defaults. ################################################################# # application image -image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.4 +image: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.4.0 pullPolicy: Always # log directory where logging sidecar should look for log files @@ -73,6 +74,11 @@ service: - port: 9091 name: http +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: message-router-read + # mongoDB overrides mongo: nameOverride: dcae-mongo @@ -155,17 +161,17 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 2Gi + cpu: 999 + memory: 1Gi requests: - cpu: 1 + cpu: 0.5 memory: 1Gi large: limits: - cpu: 4 - memory: 4Gi + cpu: 999 + memory: 2Gi requests: - cpu: 2 + cpu: 1 memory: 2Gi unlimited: {}