X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fvalues.yaml;h=fba2d04fed8843bde8d7c84ab550ee18452b8a69;hb=01b8cc02a06be63a652c7757d8601af959c7f165;hp=678772c481d0b37069ae02774e10839847b06151;hpb=2ea763f92819d6290fa90a98cd7c2af55364ec6a;p=oom.git diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index 678772c481..fba2d04fed 100755 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018-2020 AT&T Intellectual Property +# Modifications Copyright (C) 2021 Nordix Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -71,6 +72,8 @@ policy-clamp-be: db: *dbSecretsHook policy-clamp-fe: enabled: true +policy-clamp-cl-k8s-ppnt: + enabled: true policy-nexus: enabled: false @@ -84,6 +87,11 @@ pullPolicy: Always mariadb: image: mariadb:10.5.8 +dbmigrator: + image: onap/policy-db-migrator:2.3.0 + schema: policyadmin + policy_home: "/opt/app/policy" + subChartsOnly: enabled: true @@ -148,3 +156,8 @@ resources: memory: 2Gi unlimited: {} +#Pods Service Account +serviceAccount: + nameOverride: policy + roles: + - read