Compare commits

...

3 Commits

Author SHA1 Message Date
tishan.harischandra 68d222f2f7 conflict resolve
4 weeks ago
tishan.harischandra a01aaafcdf Merge remote-tracking branch 'refs/remotes/origin/main'
4 weeks ago
tishan.harischandra 6f54208d9a added redis configs to KC
4 weeks ago

@ -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

@ -6,10 +6,12 @@ metadata:
data:
QUARKUS_SSL_NATIVE: "false"
QUARKUS_SSL_TRUST_ALL: "true"
KC_DB_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
KC_DB_URL: jdbc:postgresql://172.15.100.27:5432/temp-quat-database
KC_DB: postgres
KC_CACHE_CONFIG_FILE: "cache-ispn.xml"
KC_HOSTNAME: quat.cloudsolutions.lk
KC_PROXY: edge
KC_HOSTNAME_STRICT: "true"
KC_HTTP_RELATIVE_PATH: /auth
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"

Loading…
Cancel
Save