diff options
Diffstat (limited to 'kubernetes/policy/components/policy-drools-pdp/values.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-drools-pdp/values.yaml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index f22d642e95..e367cfca6d 100644 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -1,7 +1,7 @@ # Copyright © 2017 Amdocs # Copyright © 2017, 2021 Bell Canada # Modifications Copyright © 2018-2022 AT&T Intellectual Property -# Modifications Copyright (C) 2024 Nordix Foundation. +# Modifications Copyright (C) 2024-2025 Nordix Foundation. # Modifications Copyright © 2024 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,10 +21,7 @@ ################################################################# global: nodePortPrefix: 302 - postgres: - useInPolicy: false - mariadbGalera: - useInPolicy: true + ################################################################# # Secrets metaconfig ################################################################# @@ -47,7 +44,7 @@ secrets: ################################################################# # application image # The newest images have been tested with SASL and Postgres. The images released next will have the relevant fixes -image: onap/policy-pdpd-cl:2.1.3 +image: onap/policy-pdpd-cl:3.1.0 pullPolicy: Always @@ -107,11 +104,8 @@ nexus: offline: true db: - mariadbName: policy-mariadb pgName: policy-pg-primary - mariadbPort: 3306 pgPort: 5432 - user: policy-user password: policy_user pap: |