updated domain references: Replaced 'not-a-domain' with aiplatform.combient.com
This commit is contained in:
parent
033556c928
commit
3e77f56f68
@ -20,9 +20,9 @@ spec:
|
|||||||
- name: OPENID_CLIENT_ID
|
- name: OPENID_CLIENT_ID
|
||||||
value: 354a0fa1-35ac-4a6d-9c4d-d661129c2cd0
|
value: 354a0fa1-35ac-4a6d-9c4d-d661129c2cd0
|
||||||
- name: OPENID_CONFIGURATION_URL
|
- name: OPENID_CONFIGURATION_URL
|
||||||
value: http://kc.not-a-domain/realms/airm/.well-known/openid-configuration
|
value: http://kc.aiplatform.combient.com/realms/airm/.well-known/openid-configuration
|
||||||
- name: POST_REGISTRATION_REDIRECT_URL
|
- name: POST_REGISTRATION_REDIRECT_URL
|
||||||
value: https://airmui.not-a-domain/
|
value: https://airmui.aiplatform.combient.com/
|
||||||
- name: DATABASE_HOST
|
- name: DATABASE_HOST
|
||||||
value: airm-cnpg-rw.airm.svc.cluster.local
|
value: airm-cnpg-rw.airm.svc.cluster.local
|
||||||
- name: DATABASE_PORT
|
- name: DATABASE_PORT
|
||||||
|
|||||||
@ -17,9 +17,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: NEXTAUTH_URL
|
- name: NEXTAUTH_URL
|
||||||
value: https://airmui.not-a-domain
|
value: https://airmui.aiplatform.combient.com
|
||||||
- name: KEYCLOAK_ISSUER
|
- name: KEYCLOAK_ISSUER
|
||||||
value: https://kc.not-a-domain/realms/airm
|
value: https://kc.aiplatform.combient.com/realms/airm
|
||||||
- name: KEYCLOAK_ID
|
- name: KEYCLOAK_ID
|
||||||
value: 354a0fa1-35ac-4a6d-9c4d-d661129c2cd0
|
value: 354a0fa1-35ac-4a6d-9c4d-d661129c2cd0
|
||||||
- name: KEYCLOAK_ISSUER_INTERNAL_URL
|
- name: KEYCLOAK_ISSUER_INTERNAL_URL
|
||||||
|
|||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
- name: ORG_NAME
|
- name: ORG_NAME
|
||||||
value: demo
|
value: demo
|
||||||
- name: NEW_DOMAIN_NAME
|
- name: NEW_DOMAIN_NAME
|
||||||
value: not-a-domain
|
value: aiplatform.combient.com
|
||||||
- name: KEYCLOAK_CLIENT_ID
|
- name: KEYCLOAK_CLIENT_ID
|
||||||
value: 354a0fa1-35ac-4a6d-9c4d-d661129c2cd0
|
value: 354a0fa1-35ac-4a6d-9c4d-d661129c2cd0
|
||||||
- name: KEYCLOAK_CLIENT_SECRET
|
- name: KEYCLOAK_CLIENT_SECRET
|
||||||
@ -27,13 +27,13 @@ spec:
|
|||||||
key: KEYCLOAK_SECRET
|
key: KEYCLOAK_SECRET
|
||||||
name: airm-keycloak-ui-creds
|
name: airm-keycloak-ui-creds
|
||||||
- name: USER_EMAIL
|
- name: USER_EMAIL
|
||||||
value: devuser@not-a-domain
|
value: devuser@aiplatform.combient.com
|
||||||
- name: KEYCLOAK_URL
|
- name: KEYCLOAK_URL
|
||||||
value: http://keycloak.keycloak.svc.cluster.local:8080
|
value: http://keycloak.keycloak.svc.cluster.local:8080
|
||||||
- name: AIRM_API_URL
|
- name: AIRM_API_URL
|
||||||
value: http://airm-api.airm.svc.cluster.local
|
value: http://airm-api.airm.svc.cluster.local
|
||||||
- name: CLUSTER_BASE_URL
|
- name: CLUSTER_BASE_URL
|
||||||
value: https://workspaces.not-a-domain/
|
value: https://workspaces.aiplatform.combient.com/
|
||||||
image: ghcr.io/silogen/airm-configure:v2025.09.001
|
image: ghcr.io/silogen/airm-configure:v2025.09.001
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: configure
|
name: configure
|
||||||
|
|||||||
@ -531,10 +531,10 @@ data:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "487590ed-165c-44d5-b686-1aff81cca298",
|
"id": "487590ed-165c-44d5-b686-1aff81cca298",
|
||||||
"username": "devuser@not-a-domain",
|
"username": "devuser@aiplatform.combient.com",
|
||||||
"firstName": "Dev Env",
|
"firstName": "Dev Env",
|
||||||
"lastName": "User",
|
"lastName": "User",
|
||||||
"email": "devuser@not-a-domain",
|
"email": "devuser@aiplatform.combient.com",
|
||||||
"emailVerified": true,
|
"emailVerified": true,
|
||||||
"createdTimestamp": 1746628462894,
|
"createdTimestamp": 1746628462894,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
@ -694,9 +694,9 @@ data:
|
|||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"secret": "__AIRM_ADMIN_CLIENT_SECRET__",
|
"secret": "__AIRM_ADMIN_CLIENT_SECRET__",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"https://not-a-domain/*",
|
"https://aiplatform.combient.com/*",
|
||||||
"https://airmui.not-a-domain/*",
|
"https://airmui.aiplatform.combient.com/*",
|
||||||
"https://*.not-a-domain/*"
|
"https://*.aiplatform.combient.com/*"
|
||||||
],
|
],
|
||||||
"webOrigins": [
|
"webOrigins": [
|
||||||
"*"
|
"*"
|
||||||
@ -805,8 +805,8 @@ data:
|
|||||||
"clientAuthenticatorType": "client-secret",
|
"clientAuthenticatorType": "client-secret",
|
||||||
"secret": "__AIRM_FRONTEND_CLIENT_SECRET__",
|
"secret": "__AIRM_FRONTEND_CLIENT_SECRET__",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"https://not-a-domain/*",
|
"https://aiplatform.combient.com/*",
|
||||||
"https://airmui.not-a-domain/*"
|
"https://airmui.aiplatform.combient.com/*"
|
||||||
],
|
],
|
||||||
"webOrigins": [
|
"webOrigins": [
|
||||||
"*"
|
"*"
|
||||||
@ -1058,7 +1058,7 @@ data:
|
|||||||
"secret": "__MINIO_KEYCLOAK_CLIENT_SECRET__",
|
"secret": "__MINIO_KEYCLOAK_CLIENT_SECRET__",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"",
|
"",
|
||||||
"https://minio.not-a-domain/*"
|
"https://minio.aiplatform.combient.com/*"
|
||||||
],
|
],
|
||||||
"webOrigins": [
|
"webOrigins": [
|
||||||
"*"
|
"*"
|
||||||
|
|||||||
@ -390,10 +390,10 @@ data:
|
|||||||
"webAuthnPolicyPasswordlessExtraOrigins" : [ ],
|
"webAuthnPolicyPasswordlessExtraOrigins" : [ ],
|
||||||
"users" : [ {
|
"users" : [ {
|
||||||
"id" : "9c239ec7-c252-479f-abc0-7e3abc142eb2",
|
"id" : "9c239ec7-c252-479f-abc0-7e3abc142eb2",
|
||||||
"username" : "devuser@not-a-domain",
|
"username" : "devuser@aiplatform.combient.com",
|
||||||
"firstName" : "Dev Env",
|
"firstName" : "Dev Env",
|
||||||
"lastName" : "User",
|
"lastName" : "User",
|
||||||
"email" : "devuser@not-a-domain",
|
"email" : "devuser@aiplatform.combient.com",
|
||||||
"emailVerified" : true,
|
"emailVerified" : true,
|
||||||
"createdTimestamp" : 1756295789081,
|
"createdTimestamp" : 1756295789081,
|
||||||
"enabled" : true,
|
"enabled" : true,
|
||||||
@ -563,8 +563,8 @@ data:
|
|||||||
"alwaysDisplayInConsole" : false,
|
"alwaysDisplayInConsole" : false,
|
||||||
"clientAuthenticatorType" : "client-secret",
|
"clientAuthenticatorType" : "client-secret",
|
||||||
"secret": "__K8S_GITEA_CLIENT_SECRET__",
|
"secret": "__K8S_GITEA_CLIENT_SECRET__",
|
||||||
"redirectUris" : [ "https://not-a-domain/*", "https://gitea.not-a-domain/*" ],
|
"redirectUris" : [ "https://aiplatform.combient.com/*", "https://gitea.aiplatform.combient.com/*" ],
|
||||||
"webOrigins" : [ "https://not-a-domain", "https://gitea.not-a-domain" ],
|
"webOrigins" : [ "https://aiplatform.combient.com", "https://gitea.aiplatform.combient.com" ],
|
||||||
"notBefore" : 0,
|
"notBefore" : 0,
|
||||||
"bearerOnly" : false,
|
"bearerOnly" : false,
|
||||||
"consentRequired" : false,
|
"consentRequired" : false,
|
||||||
|
|||||||
@ -24,7 +24,7 @@ spec:
|
|||||||
- --import-realm
|
- --import-realm
|
||||||
env:
|
env:
|
||||||
- name: KC_HOSTNAME
|
- name: KC_HOSTNAME
|
||||||
value: https://kc.not-a-domain
|
value: https://kc.aiplatform.combient.com
|
||||||
- name: KC_DB
|
- name: KC_DB
|
||||||
value: postgres
|
value: postgres
|
||||||
- name: KC_DB_URL_HOST
|
- name: KC_DB_URL_HOST
|
||||||
|
|||||||
@ -15,7 +15,7 @@ spec:
|
|||||||
- /scripts/configure-gitea-kubectl.sh
|
- /scripts/configure-gitea-kubectl.sh
|
||||||
env:
|
env:
|
||||||
- name: DOMAIN
|
- name: DOMAIN
|
||||||
value: not-a-domain
|
value: aiplatform.combient.com
|
||||||
- name: ADMIN_USERNAME
|
- name: ADMIN_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@ -10,7 +10,7 @@ spec:
|
|||||||
- allowedRoutes:
|
- allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: All
|
from: All
|
||||||
hostname: '*.not-a-domain'
|
hostname: '*.aiplatform.combient.com'
|
||||||
name: https
|
name: https
|
||||||
port: 443
|
port: 443
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
|
|||||||
@ -23,13 +23,13 @@ spec:
|
|||||||
- name: MINIO_IDENTITY_OPENID_SCOPES
|
- name: MINIO_IDENTITY_OPENID_SCOPES
|
||||||
value: openid,profile,email,policy
|
value: openid,profile,email,policy
|
||||||
- name: MINIO_BROWSER_REDIRECT_URL
|
- name: MINIO_BROWSER_REDIRECT_URL
|
||||||
value: https://minio.not-a-domain
|
value: https://minio.aiplatform.combient.com
|
||||||
- name: MINIO_SERVER_URL
|
- name: MINIO_SERVER_URL
|
||||||
value: https://minio.not-a-domain
|
value: https://minio.aiplatform.combient.com
|
||||||
- name: MINIO_IDENTITY_OPENID_CLIENT_ID
|
- name: MINIO_IDENTITY_OPENID_CLIENT_ID
|
||||||
value: minio
|
value: minio
|
||||||
- name: MINIO_IDENTITY_OPENID_CONFIG_URL
|
- name: MINIO_IDENTITY_OPENID_CONFIG_URL
|
||||||
value: https://kc.not-a-domain/realms/airm/.well-known/openid-configuration
|
value: https://kc.aiplatform.combient.com/realms/airm/.well-known/openid-configuration
|
||||||
features:
|
features:
|
||||||
bucketDNS: false
|
bucketDNS: false
|
||||||
enableSFTP: false
|
enableSFTP: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user