aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal-ng/components/portal-ng-history/values.yaml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-11 14:01:24 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-11 14:59:13 +0200
commit3c9a839dec53d453bd86692ae7ba08bc116bd12b (patch)
tree6a28c5616ce5d66ad8cbe5e783780a018310c7b3 /kubernetes/portal-ng/components/portal-ng-history/values.yaml
parent16d200e4f99dbad508156d936b9481bed051055b (diff)
[PORTALNG] Remove hardcoded /auth from the keycloak urls in bff
- add /auth to bff KEYCLOAK_URL [1] - adjust KEYCLOAK_URL's to use keycloakx-http.keycloak [1] since it was removed from the application.yml Issue-ID: PORTALNG-85 Change-Id: I919cfc29494e30e891e732f63f56edd9f6579864 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'kubernetes/portal-ng/components/portal-ng-history/values.yaml')
-rw-r--r--kubernetes/portal-ng/components/portal-ng-history/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal-ng/components/portal-ng-history/values.yaml b/kubernetes/portal-ng/components/portal-ng-history/values.yaml
index 1b7bd5783a..dc999841ef 100644
--- a/kubernetes/portal-ng/components/portal-ng-history/values.yaml
+++ b/kubernetes/portal-ng/components/portal-ng-history/values.yaml
@@ -46,7 +46,7 @@ secretEnv:
MONGO_DATABASE: history
env:
- KEYCLOAK_URL: http://keycloak-http.keycloak
+ KEYCLOAK_URL: http://keycloakx-http.keycloak
KEYCLOAK_REALM: ONAP
MONGO_HOST: history-mongodb
MONGO_PORT: 27017