[COMMON][NAMEGEN] Fix the Policy and AAI Urls in SM case 93/132993/2
authorAndreas Geissler <andreas-geissler@telekom.de>
Tue, 24 Jan 2023 09:24:30 +0000 (10:24 +0100)
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Wed, 25 Jan 2023 08:10:38 +0000 (08:10 +0000)
fix the AAI/Policy urls for network-name-gen in case of
ServiceMesh (http interfaces)

Issue-ID: OOM-3091

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I8bea8de53643f8c09a25b83985047d56c940f99a

kubernetes/common/network-name-gen/values.yaml

index bfa5637..dcf85fe 100644 (file)
@@ -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