diff options
author | 2025-04-01 07:25:02 +0000 | |
---|---|---|
committer | 2025-04-01 07:25:02 +0000 | |
commit | 49f9ee45871f3a91f041cdbf222df202853f0d4e (patch) | |
tree | b3a451dc0f20fe58f5396f0041d1d7c9c5393905 /kubernetes/policy/components/policy-xacml-pdp/resources | |
parent | 2f2d0af9ec16db267fc48276cbc131cbb4b50522 (diff) | |
parent | aa592840192a1b4420affe9d7d793dcc7116bfd8 (diff) |
Diffstat (limited to 'kubernetes/policy/components/policy-xacml-pdp/resources')
-rw-r--r-- | kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties b/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties index 46d6b2a842..8641165d3c 100644 --- a/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties +++ b/kubernetes/policy/components/policy-xacml-pdp/resources/config/xacml.properties @@ -1,6 +1,7 @@ {{/* # ============LICENSE_START======================================================= # Copyright (C) 2024-2025 Nordix Foundation. All rights reserved. +# Modifications (C) 2025 Deutsche Telekom. 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. @@ -69,6 +70,6 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome # eclipselink.target-database=PostgreSQL jakarta.persistence.jdbc.driver=org.postgresql.Driver -jakarta.persistence.jdbc.url=jdbc:postgresql://{{ .Values.db.service.pgName }}:{{ .Values.db.service.pgPort }}/operationhistory +jakarta.persistence.jdbc.url=jdbc:postgresql://{{ .Values.global.postgres.service.name2 }}:{{ .Values.global.postgres.service.port }}/operationshistory jakarta.persistence.jdbc.user=${SQL_USER} jakarta.persistence.jdbc.password=${SQL_PASSWORD} |