diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-11 14:01:24 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-11 14:59:13 +0200 |
commit | 3c9a839dec53d453bd86692ae7ba08bc116bd12b (patch) | |
tree | 6a28c5616ce5d66ad8cbe5e783780a018310c7b3 /kubernetes/portal-ng/components/portal-ng-history/values.yaml | |
parent | 16d200e4f99dbad508156d936b9481bed051055b (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.yaml | 2 |
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 |