X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmsb%2Fcomponents%2Fmsb-iag%2Fvalues.yaml;h=bbf4d83f9db4fb1157d1cd3cc18ece95992a0941;hb=9b295ec25d5af715d621b6eceaad65398ae1a943;hp=b95a11914d3ae5b15453d85b70d5010439bd7f55;hpb=ed3e171daef2e0aba14e0d52d8c436d48e2f4f54;p=oom.git diff --git a/kubernetes/msb/components/msb-iag/values.yaml b/kubernetes/msb/components/msb-iag/values.yaml index b95a11914d..bbf4d83f9d 100644 --- a/kubernetes/msb/components/msb-iag/values.yaml +++ b/kubernetes/msb/components/msb-iag/values.yaml @@ -52,7 +52,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/msb/msb_apigateway:1.2.7 +image: onap/msb/msb_apigateway:1.4.0 pullPolicy: Always istioSidecar: true @@ -117,3 +117,14 @@ resources: cpu: 100m memory: 400Mi unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: msb-iag + roles: + - read + +#Logs configuration +log: + path: /var/log/onap +logConfigMapNamePrefix: '{{ include "common.fullname" . }}'