X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fvalues.yaml;h=054c7be2c884854ea3e53188ed1af9a7911d22a0;hb=b3aef7b242d410d040f33d0db126d601cce69bee;hp=d09895484cb05db6811e8c847810521ff60bbcc1;hpb=49e9a3a7886f294fd0d78586f0a1dc1b27d3230c;p=oom.git diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index d09895484c..054c7be2c8 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. @@ -66,8 +67,17 @@ policy-drools-pdp: policy-distribution: enabled: true db: *dbSecretsHook +policy-clamp-be: + enabled: true + db: *dbSecretsHook +policy-clamp-fe: + enabled: true +policy-clamp-cl-k8s-ppnt: + enabled: true policy-nexus: enabled: false +policy-gui: + enabled: true ################################################################# # DB configuration defaults. @@ -79,6 +89,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 @@ -143,3 +158,8 @@ resources: memory: 2Gi unlimited: {} +#Pods Service Account +serviceAccount: + nameOverride: policy + roles: + - read