diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-01-31 14:57:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-01-31 14:57:42 +0000 |
commit | 7e3080d30f9e34269d239748b763918c82e683ef (patch) | |
tree | 71af8f6dd5a012db208124adb31f7984c5d2ff1f | |
parent | e75a83ca1a7786c1501f4d7242fad5f690eae2ee (diff) | |
parent | 0ab0806c59fe5a8f8c850c140e6fc18788a7747a (diff) |
Merge "[COMMON][NAMEGEN] Fix the Policy and AAI Urls in SM case"
-rw-r--r-- | kubernetes/common/network-name-gen/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/network-name-gen/values.yaml b/kubernetes/common/network-name-gen/values.yaml index bfa5637275..dcf85fee39 100644 --- a/kubernetes/common/network-name-gen/values.yaml +++ b/kubernetes/common/network-name-gen/values.yaml @@ -89,7 +89,7 @@ config: polBasicAuthPassword: zb!XztG34 polUrl: https: https://policy-xacml-pdp:6969/policy/pdpx/v1/decision - http: http://policy-xacml-pdp:8080/policy/pdpx/v1/decision + http: http://policy-xacml-pdp:6969/policy/pdpx/v1/decision polEnv: TEST polReqId: xx disableHostVerification: true @@ -98,7 +98,7 @@ config: aaiAuth: QUFJOkFBSQ== aaiUri: https: https://aai:8443/aai/v14/ - http: http://aai:8080/aai/v14/ + http: http://aai:80/aai/v14/ # default number of instances replicaCount: 1 |