diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-01-24 10:24:30 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-01-25 08:10:38 +0000 |
commit | 0ab0806c59fe5a8f8c850c140e6fc18788a7747a (patch) | |
tree | 773155037e7f76f8bbc29e62d1fb551d7189f358 /kubernetes/common/network-name-gen | |
parent | 2f43e96c6a84b737590cc4db8a5d53fbac8fd586 (diff) |
[COMMON][NAMEGEN] Fix the Policy and AAI Urls in SM case
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
Diffstat (limited to 'kubernetes/common/network-name-gen')
-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 |