X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaegen2%2Fcomponents%2Fdcae-dashboard%2Fvalues.yaml;h=a083b519d6d69641203e6bd1d2223e9349d04978;hb=9a3395bd906fcdbcd619f82535d0ce7e913ee3c4;hp=a1431488b8af1e690f21040b6481f078ef4dddde;hpb=cca77124b6cbf19be86c37e956f75dc4ef5d4914;p=oom.git diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml index a1431488b8..a083b519d6 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. @@ -53,7 +53,7 @@ config: # Application configuration defaults. ################################################################# # application image -image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.3 +image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.4 pullPolicy: Always # probe configuration parameters @@ -97,9 +97,9 @@ postgres: mountSubPath: dcae-dashboard/data mountInitPath: dcae-dashboard -# Resource Limit flavor -By Default using small +#Resource Limit flavor -By Default using small flavor: small -# Segregation for Different environment (Small and Large) +#Segregation for Different environment (Small and Large) resources: small: limits: @@ -119,3 +119,9 @@ resources: # Kubernetes namespace for components deployed via Cloudify manager # If empty, use the common namespace # dcae_ns: "dcae" + +#Pods Service Account +serviceAccount: + nameOverride: dcae-dashboard + roles: + - read