diff --git a/Application-Control/01/baseRepoCred.yml b/Application-Control/01/baseRepoCred.yml new file mode 100644 index 0000000..1a2b327 --- /dev/null +++ b/Application-Control/01/baseRepoCred.yml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Secret +metadata: + name: central-base-repo-creds + namespace: argocd + labels: + argocd.argoproj.io/secret-type: repository +stringData: + url: https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO.git + username: Ishrath.Ahamed # Replace with your Git username + password: 1qaz!QAZ # Replace with your Git personal access token diff --git a/Application-Control/01/temp-app.json b/Application-Control/01/temp-app.json new file mode 100644 index 0000000..e69de29 diff --git a/configmaps/keycloak-service-configs.yml b/configmaps/keycloak-service-configs.yml index 88461de..0d066f2 100644 --- a/configmaps/keycloak-service-configs.yml +++ b/configmaps/keycloak-service-configs.yml @@ -12,4 +12,6 @@ data: KC_HOSTNAME: quat.cloudsolutions.lk KC_PROXY: edge KC_HOSTNAME_STRICT: "true" - KC_HTTP_RELATIVE_PATH: /auth \ No newline at end of file + KC_HTTP_RELATIVE_PATH: /auth + KC_SPI_CURRENT_LOCATIONS_CURRENT_LOCATIONS_REDIS_HOST: 172.15.100.41 + KC_SPI_CURRENT_LOCATIONS_CURRENT_LOCATIONS_REDIS_PORT: "6379"