From 8295ba9843873c0c01bbbf8e6e7aa3d5b0bad4b0 Mon Sep 17 00:00:00 2001 From: Kamal Mohammed Date: Thu, 20 Jun 2024 17:14:26 -0600 Subject: [PATCH] Updating institute-api url from route to service-url --- tools/config/update-configmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/update-configmap.sh b/tools/config/update-configmap.sh index 9b6ace1b..d86cabc9 100644 --- a/tools/config/update-configmap.sh +++ b/tools/config/update-configmap.sh @@ -68,7 +68,7 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \ --from-literal=ENABLE_FLYWAY="true" \ --from-literal=ENABLE_TRAX_UPDATE="true" \ --from-literal=KEYCLOAK_TOKEN_URL="https://soam-$envValue.apps.silver.devops.gov.bc.ca/" \ - --from-literal=INSTITUTE_API_URL_ROOT="https://institute-api-$COMMON_NAMESPACE-$envValue.apps.silver.devops.gov.bc.ca/" \ + --from-literal=INSTITUTE_API_URL_ROOT="http://institute-api-master.$COMMON_NAMESPACE-$envValue.svc.cluster.local:8080/" \ --from-literal=MAX_RETRY_ATTEMPTS="3" \ --from-literal=SCHOOL_CACHE_EXPIRY_IN_MINS="240" \ --dry-run=client -o yaml | oc apply -f -