Skip to content

Commit

Permalink
Merge pull request #81 from entando-k8s/IT-506
Browse files Browse the repository at this point in the history
IT-506 Updating MT manifests
  • Loading branch information
BrenoQVDS authored Oct 16, 2023
2 parents e7b6b66 + 67bcaf7 commit 3cea2ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions plain-templates/misc/entando-tenant-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
generation: 4
labels:
EntandoApp: YOUR-APP-NAME
EntandoTenant: YOUR-TENANT-NAME
name: YOUR-TENANT-ID-YOUR-APP-NAME-ingress
spec:
ingressClassName: nginx
Expand Down
14 changes: 12 additions & 2 deletions plain-templates/misc/entando-tenants-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ stringData:
[
{
"tenantCode": "YOUR-TENANT-ID",
"entandoAppIngressName": "YOUR-TENANT-ID-mt-ingress",
"fqdns": "YOUR-TENANT-ID.YOUR-APP-NAME.YOUR-HOST-NAME",
"kcEnabled": true,
"kcAuthUrl": "https://YOUR-APP-NAME.YOUR-HOST-NAME/auth",
"kcInternalAuthUrl": "http://default-sso-in-namespace-service.mt.svc.cluster.local:8080/auth",
"kcAdminUsername": "entando_keycloak_admin",
"kcAdminPassword": "YOUR-KEYCLOAK-ADMIN-PASSWORD",
"kcRealm": "YOUR-TENANT-ID",
"kcClientId": "YOUR-APP-NAME",
"kcClientSecret": "YOUR-TENANT-KC-SECRET",
Expand All @@ -25,6 +29,12 @@ stringData:
"cdsPrivateUrl": "http://YOUR-TENANT-ID-cds-service:8080",
"cdsPath": "api/v1",
"solrAddress": "http://solr-solrcloud-common/solr",
"solrCore": "YOUR-TENANT-ID"
"solrCore": "YOUR-TENANT-ID",
"deDbDriverClassName": "org.postgresql.Driver",
"deDbUrl": "jdbc:postgresql://default-postgresql-dbms-in-namespace-service.mt.svc.cluster.local:5432/default_postgresql_dbms_in_namespace_db?currentSchema=YOUR-TENANT-ID_cmschema",
"deDbUsername": "postgres",
"deDbPassword": "YOUR-POSTGRES-DB-DE-PASSWORD",
"deKcClientId": "YOUR-KEYCLOAK-CLIENT-ID",
"deKcClientSecret": "YOUR-KEYCLOAK-CLIENT-SECRET"
}
]
]

0 comments on commit 3cea2ba

Please sign in to comment.