diff --git a/environments/consortia/argocd-app-templates/appsetup-dev.yaml b/environments/consortia/argocd-app-templates/appsetup-dev.yaml deleted file mode 100644 index 2f316dda1..000000000 --- a/environments/consortia/argocd-app-templates/appsetup-dev.yaml +++ /dev/null @@ -1,41 +0,0 @@ -############################################################### -# Copyright (c) 2023 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -############################################################### - -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: portal -spec: - destination: - namespace: product-iam - server: 'https://kubernetes.default.svc' - source: - path: charts/portal - repoURL: 'https://github.com/eclipse-tractusx/portal.git' - targetRevision: main - plugin: - env: - - name: AVP_SECRET - value: vault-secret - - name: helm_args - value: '-f values.yaml -f ../../environments/consortia/helm-values/values-dev.yaml' - project: project-portal - syncPolicy: - automated: - prune: true diff --git a/environments/consortia/argocd-app-templates/appsetup-int.yaml b/environments/consortia/argocd-app-templates/appsetup-int.yaml deleted file mode 100644 index 260fe5dd3..000000000 --- a/environments/consortia/argocd-app-templates/appsetup-int.yaml +++ /dev/null @@ -1,38 +0,0 @@ -############################################################### -# Copyright (c) 2023 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -############################################################### - -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: portal-upgrade -spec: - destination: - namespace: product-portal - server: 'https://kubernetes.default.svc' - source: - path: charts/portal - repoURL: 'https://github.com/eclipse-tractusx/portal.git' - targetRevision: portal-2.1.0 - plugin: - env: - - name: AVP_SECRET - value: vault-secret - - name: helm_args - value: '-f values.yaml -f ../../environments/consortia/helm-values/values-int.yaml' - project: project-portal diff --git a/environments/consortia/argocd-app-templates/appsetup-rc.yaml b/environments/consortia/argocd-app-templates/appsetup-rc.yaml deleted file mode 100644 index d92e5f1d0..000000000 --- a/environments/consortia/argocd-app-templates/appsetup-rc.yaml +++ /dev/null @@ -1,38 +0,0 @@ -############################################################### -# Copyright (c) 2023 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -############################################################### - -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: portal-rc -spec: - destination: - namespace: product-iam - server: 'https://kubernetes.default.svc' - source: - path: charts/portal - repoURL: 'https://github.com/eclipse-tractusx/portal.git' - targetRevision: release-candidate - plugin: - env: - - name: AVP_SECRET - value: vault-secret - - name: helm_args - value: '-f values.yaml -f ../../environments/consortia/helm-values/values-rc.yaml' - project: project-portal diff --git a/environments/consortia/helm-values/values-dev.yaml b/environments/consortia/helm-values/values-dev.yaml deleted file mode 100644 index 7e5b40691..000000000 --- a/environments/consortia/helm-values/values-dev.yaml +++ /dev/null @@ -1,290 +0,0 @@ -############################################################### -# Copyright (c) 2023 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -############################################################### - -portalAddress: "https://portal.dev.demo.catena-x.net" -portalBackendAddress: "https://portal-backend.dev.demo.catena-x.net" -centralidp: - address: "https://centralidp.dev.demo.catena-x.net" -sharedidpAddress: "https://sharedidp.dev.demo.catena-x.net" -semanticsAddress: "https://semantics.dev.demo.catena-x.net" -bpdm: - poolAddress: "https://business-partners.dev.demo.catena-x.net" - poolApiPath: "/pool/v6" - portalGateAddress: "https://business-partners.dev.demo.catena-x.net" - portalGateApiPath: "/companies/test-company/v6" -custodianAddress: "https://managed-identity-wallets-new.dev.demo.catena-x.net" -sdfactoryAddress: "https://sdfactory.dev.demo.catena-x.net" -clearinghouseAddress: "https://validation.test.dih-cloud.com" -clearinghouseTokenAddress: "https://iam.test.dih-cloud.com/realms/carla/protocol/openid-connect/token" -issuerComponentAddress: "https://ssi-credential-issuer.dev.demo.catena-x.net" -bpnDidResolverAddress: "http://bdrs-bdrs-server:8081" -dimWrapper: - baseAddress: "https://dim.dev.demo.catena-x.net" -decentralIdentityManagementAuthAddress: "https://dis-integration-service-prod.eu10.dim.cloud.sap/api/v2.0.0/iatp/catena-x-portal" -bpnDidResolver: - managementApiAddress: "http://bdrs-bdrs-server:8081" - directoryApiAddress: "https://bpn-did-resolution-service.dev.demo.catena-x.net/api/directory" - -frontend: - - ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/rewrite-target: "/$1" - nginx.ingress.kubernetes.io/use-regex: "true" - nginx.ingress.kubernetes.io/enable-cors: "true" - nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.dev.demo.catena-x.net" - tls: - - secretName: "tls-secret" - hosts: - - "portal.dev.demo.catena-x.net" - hosts: - - host: "portal.dev.demo.catena-x.net" - paths: - - path: "/(.*)" - pathType: "Prefix" - backend: - service: "portal" - port: 8080 - - path: "/registration/(.*)" - pathType: "Prefix" - backend: - service: "registration" - port: 8080 - - path: "/((assets|documentation)/.*)" - pathType: "Prefix" - backend: - service: "assets" - port: 8080 - -backend: - ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/use-regex: "true" - nginx.ingress.kubernetes.io/enable-cors: "true" - nginx.ingress.kubernetes.io/proxy-body-size: "8m" - nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.dev.demo.catena-x.net" - tls: - - secretName: "tls-secret" - hosts: - - "portal-backend.dev.demo.catena-x.net" - hosts: - - host: "portal-backend.dev.demo.catena-x.net" - paths: - - path: "/api/registration" - pathType: "Prefix" - backend: - service: "registration-service" - port: 8080 - - path: "/api/administration" - pathType: "Prefix" - backend: - service: "administration-service" - port: 8080 - - path: "/api/notification" - pathType: "Prefix" - backend: - service: "notification-service" - port: 8080 - - path: "/api/apps" - pathType: "Prefix" - backend: - service: "marketplace-app-service" - port: 8080 - - path: "/api/services" - pathType: "Prefix" - backend: - service: "services-service" - port: 8080 - - useDimWallet: true - - keycloak: - central: - clientId: "" - clientSecret: "" - shared: - clientId: "" - clientSecret: "" - - mailing: - host: "" - port: "" - user: "" - password: "" - senderEmail: "Notifications@catena-x.net" - - registration: - logging: - default: "Debug" - bpdmLibrary: "Debug" - registrationService: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - administration: - logging: - default: "Debug" - businessLogic: "Debug" - sdfactoryLibrary: "Debug" - bpdmLibrary: "Debug" - custodianLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - - name: "HEALTHCHECKS__0__TAGS__2" - value: "provisioningdb" - swaggerEnabled: true - issuerdid: "did:web:dim-static-prod.dis-cloud-prod.cfapps.eu10-004.hana.ondemand.com:dim-hosted:2f45795c-d6cc-4038-96c9-63cedc0cd266:holder-iatp" - serviceAccount: - encryptionConfigs: - index0: - encryptionKey: "" - - provisioning: - sharedRealm: - smtpServer: - host: "" - port: "" - user: "" - password: "" - from: "" - replyTo: "" - - appmarketplace: - logging: - default: "Debug" - offersLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - portalmigrations: - logging: - default: "Debug" - seeding: - testDataEnvironments: "consortia" - - notification: - logging: - default: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - services: - logging: - default: "Debug" - offersLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - processesworker: - logging: - default: "Debug" - processesLibrary: "Debug" - bpdmLibrary: "Debug" - clearinghouseLibrary: "Debug" - custodianLibrary: "Debug" - sdfactoryLibrary: "Debug" - offerProvider: "Debug" - bpdm: - clientId: "" - clientSecret: "" - clearinghouse: - clientId: "" - clientSecret: "" - custodian: - clientId: "" - clientSecret: "" - sdfactory: - issuerBpn: "BPNL00000003CRHK" - clientId: "" - clientSecret: "" - offerprovider: - clientId: "" - clientSecret: "" - onboardingServiceProvider: - encryptionConfigs: - index0: - encryptionKey: "" - index1: - encryptionKey: "" - dim: - clientId: "" - clientSecret: "" - universalResolverAddress: "https://dev.uniresolver.io/" - encryptionConfigs: - index0: - encryptionKey: "" - issuerComponent: - clientId: "" - clientSecret: "" - bpnDidResolver: - apiKey: "" - invitation: - encryptionConfigs: - index0: - encryptionKey: "" - mailing: - encryptionConfigs: - index0: - encryptionKey: "" - -postgresql: - auth: - password: "" - replicationPassword: "" - portalPassword: "" - provisioningPassword: "" - primary: - extendedConfiguration: | - max_connections = 200 - readReplicas: - extendedConfiguration: | - max_connections = 200 diff --git a/environments/consortia/helm-values/values-int.yaml b/environments/consortia/helm-values/values-int.yaml deleted file mode 100644 index 7e79f027e..000000000 --- a/environments/consortia/helm-values/values-int.yaml +++ /dev/null @@ -1,290 +0,0 @@ -############################################################### -# Copyright (c) 2023 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -############################################################### - -portalAddress: "https://portal.int.demo.catena-x.net" -portalBackendAddress: "https://portal-backend.int.demo.catena-x.net" -centralidp: - address: "https://centralidp.int.demo.catena-x.net" -sharedidpAddress: "https://sharedidp.int.demo.catena-x.net" -semanticsAddress: "https://semantics.int.demo.catena-x.net" -bpdm: - poolAddress: "https://business-partners.int.demo.catena-x.net" - poolApiPath: "/pool/v6" - portalGateAddress: "https://business-partners.int.demo.catena-x.net" - portalGateApiPath: "/companies/test-company/v6" -custodianAddress: "https://managed-identity-wallets-new.int.demo.catena-x.net" -sdfactoryAddress: "https://sdfactory.int.demo.catena-x.net" -clearinghouseAddress: "https://validation.test.dih-cloud.com" -clearinghouseTokenAddress: "https://iam.test.dih-cloud.com/realms/carla/protocol/openid-connect/token" -issuerComponentAddress: "https://ssi-credential-issuer.int.demo.catena-x.net" -bpnDidResolverAddress: "http://bdrs-bdrs-server:8081" -dimWrapper: - baseAddress: "https://dim.int.demo.catena-x.net" -decentralIdentityManagementAuthAddress: "https://dis-integration-service-prod.eu10.dim.cloud.sap/api/v2.0.0/iatp/catena-x-portal" -bpnDidResolver: - managementApiAddress: "http://bdrs-bdrs-server:8081" - directoryApiAddress: "https://bpn-did-resolution-service.int.demo.catena-x.net/api/directory" - -frontend: - - ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/rewrite-target: "/$1" - nginx.ingress.kubernetes.io/use-regex: "true" - nginx.ingress.kubernetes.io/enable-cors: "true" - nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.int.demo.catena-x.net" - tls: - - secretName: "tls-secret" - hosts: - - "portal.int.demo.catena-x.net" - hosts: - - host: "portal.int.demo.catena-x.net" - paths: - - path: "/(.*)" - pathType: "Prefix" - backend: - service: "portal" - port: 8080 - - path: "/registration/(.*)" - pathType: "Prefix" - backend: - service: "registration" - port: 8080 - - path: "/((assets|documentation)/.*)" - pathType: "Prefix" - backend: - service: "assets" - port: 8080 - -backend: - ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/use-regex: "true" - nginx.ingress.kubernetes.io/enable-cors: "true" - nginx.ingress.kubernetes.io/proxy-body-size: "8m" - nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.int.demo.catena-x.net" - tls: - - secretName: "tls-secret" - hosts: - - "portal-backend.int.demo.catena-x.net" - hosts: - - host: "portal-backend.int.demo.catena-x.net" - paths: - - path: "/api/registration" - pathType: "Prefix" - backend: - service: "registration-service" - port: 8080 - - path: "/api/administration" - pathType: "Prefix" - backend: - service: "administration-service" - port: 8080 - - path: "/api/notification" - pathType: "Prefix" - backend: - service: "notification-service" - port: 8080 - - path: "/api/apps" - pathType: "Prefix" - backend: - service: "marketplace-app-service" - port: 8080 - - path: "/api/services" - pathType: "Prefix" - backend: - service: "services-service" - port: 8080 - - keycloak: - central: - clientId: "" - clientSecret: "" - shared: - clientId: "" - clientSecret: "" - - useDimWallet: true - - mailing: - host: "" - port: "" - user: "" - password: "" - senderEmail: "Notifications@catena-x.net" - - registration: - logging: - default: "Debug" - bpdmLibrary: "Debug" - registrationService: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - administration: - logging: - default: "Debug" - businessLogic: "Debug" - sdfactoryLibrary: "Debug" - bpdmLibrary: "Debug" - custodianLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - - name: "HEALTHCHECKS__0__TAGS__2" - value: "provisioningdb" - swaggerEnabled: true - issuerdid: "did:web:dim-static-prod.dis-cloud-prod.cfapps.eu10-004.hana.ondemand.com:dim-hosted:2f45795c-d6cc-4038-96c9-63cedc0cd266:holder-iatp" - serviceAccount: - encryptionConfigs: - index0: - encryptionKey: "" - - provisioning: - sharedRealm: - smtpServer: - host: "" - port: "" - user: "" - password: "" - from: "" - replyTo: "" - - appmarketplace: - logging: - default: "Debug" - offersLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - portalmigrations: - logging: - default: "Debug" - seeding: - testDataEnvironments: "consortia" - - notification: - logging: - default: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - services: - logging: - default: "Debug" - offersLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - processesworker: - logging: - default: "Debug" - processesLibrary: "Debug" - bpdmLibrary: "Debug" - clearinghouseLibrary: "Debug" - custodianLibrary: "Debug" - sdfactoryLibrary: "Debug" - offerProvider: "Debug" - bpdm: - clientId: "" - clientSecret: "" - clearinghouse: - clientId: "" - clientSecret: "" - custodian: - clientId: "" - clientSecret: "" - sdfactory: - issuerBpn: "BPNL00000003CRHK" - clientId: "" - clientSecret: "" - offerprovider: - clientId: "" - clientSecret: "" - onboardingServiceProvider: - encryptionConfigs: - index0: - encryptionKey: "" - index1: - encryptionKey: "" - dim: - clientId: "" - clientSecret: "" - universalResolverAddress: "https://dev.uniresolver.io/" - encryptionConfigs: - index0: - encryptionKey: "" - issuerComponent: - clientId: "" - clientSecret: "" - bpnDidResolver: - apiKey: "" - invitation: - encryptionConfigs: - index0: - encryptionKey: "" - mailing: - encryptionConfigs: - index0: - encryptionKey: "" - -postgresql: - auth: - password: "" - replicationPassword: "" - portalPassword: "" - provisioningPassword: "" - primary: - extendedConfiguration: | - max_connections = 200 - readReplicas: - extendedConfiguration: | - max_connections = 200 diff --git a/environments/consortia/helm-values/values-rc.yaml b/environments/consortia/helm-values/values-rc.yaml deleted file mode 100644 index 8b363ae60..000000000 --- a/environments/consortia/helm-values/values-rc.yaml +++ /dev/null @@ -1,291 +0,0 @@ -############################################################### -# Copyright (c) 2023 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://www.apache.org/licenses/LICENSE-2.0. -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -############################################################### - -portalAddress: "https://portal-rc.dev.demo.catena-x.net" -portalBackendAddress: "https://portal-backend-rc.dev.demo.catena-x.net" -centralidp: - address: "https://centralidp-rc.dev.demo.catena-x.net" -sharedidpAddress: "https://sharedidp-rc.dev.demo.catena-x.net" -semanticsAddress: "https://semantics.dev.demo.catena-x.net" -bpdm: - poolAddress: "https://business-partners.dev.demo.catena-x.net" - poolApiPath: "/pool/v6" - portalGateAddress: "https://business-partners.dev.demo.catena-x.net" - portalGateApiPath: "/companies/test-company/v6" -custodianAddress: "https://managed-identity-wallets-new.dev.demo.catena-x.net" -sdfactoryAddress: "https://sdfactory.dev.demo.catena-x.net" -clearinghouseAddress: "https://validation.test.dih-cloud.com" -clearinghouseTokenAddress: "https://iam.test.dih-cloud.com/realms/carla/protocol/openid-connect/token" -issuerComponentAddress: "https://ssi-credential-issuer-rc.dev.demo.catena-x.net" -bpnDidResolverAddress: "http://bdrs-bdrs-server:8081" -dimWrapper: - baseAddress: "https://dim-rc.dev.demo.catena-x.net" -decentralIdentityManagementAuthAddress: "https://dis-integration-service-prod.eu10.dim.cloud.sap/api/v2.0.0/iatp/catena-x-portal" -bpnDidResolver: - managementApiAddress: "http://bdrs-bdrs-server:8081" - directoryApiAddress: "https://bpn-did-resolution-service-rc.dev.demo.catena-x.net/api/directory" - -frontend: - - ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/rewrite-target: "/$1" - nginx.ingress.kubernetes.io/use-regex: "true" - nginx.ingress.kubernetes.io/enable-cors: "true" - nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.dev.demo.catena-x.net" - tls: - - secretName: "tls-secret" - hosts: - - "portal-rc.dev.demo.catena-x.net" - hosts: - - host: "portal-rc.dev.demo.catena-x.net" - paths: - - path: "/(.*)" - pathType: "Prefix" - backend: - service: "portal" - port: 8080 - - path: "/registration/(.*)" - pathType: "Prefix" - backend: - service: "registration" - port: 8080 - - path: "/((assets|documentation)/.*)" - pathType: "Prefix" - backend: - service: "assets" - port: 8080 - -backend: - ingress: - enabled: true - className: "nginx" - annotations: - nginx.ingress.kubernetes.io/use-regex: "true" - nginx.ingress.kubernetes.io/enable-cors: "true" - nginx.ingress.kubernetes.io/proxy-body-size: "8m" - nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000, https://*.dev.demo.catena-x.net" - tls: - - secretName: "tls-secret" - hosts: - - "portal-backend-rc.dev.demo.catena-x.net" - hosts: - - host: "portal-backend-rc.dev.demo.catena-x.net" - paths: - - path: "/api/registration" - pathType: "Prefix" - backend: - service: "registration-service" - port: 8080 - - path: "/api/administration" - pathType: "Prefix" - backend: - service: "administration-service" - port: 8080 - - path: "/api/notification" - pathType: "Prefix" - backend: - service: "notification-service" - port: 8080 - - path: "/api/apps" - pathType: "Prefix" - backend: - service: "marketplace-app-service" - port: 8080 - - path: "/api/services" - pathType: "Prefix" - backend: - service: "services-service" - port: 8080 - - useDimWallet: true - - keycloak: - central: - clientId: "" - clientSecret: "" - shared: - clientId: "" - clientSecret: "" - - mailing: - host: "" - port: "" - user: "" - password: "" - senderEmail: "Notifications@catena-x.net" - - registration: - logging: - default: "Debug" - bpdmLibrary: "Debug" - registrationService: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - administration: - logging: - default: "Debug" - businessLogic: "Debug" - sdfactoryLibrary: "Debug" - bpdmLibrary: "Debug" - custodianLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - - name: "HEALTHCHECKS__0__TAGS__2" - value: "provisioningdb" - swaggerEnabled: true - issuerdid: "did:web:dim-static-prod.dis-cloud-prod.cfapps.eu10-004.hana.ondemand.com:dim-hosted:2f45795c-d6cc-4038-96c9-63cedc0cd266:holder-iatp" - serviceAccount: - encryptionConfigs: - index0: - encryptionKey: "" - - provisioning: - sharedRealm: - smtpServer: - host: "" - port: "" - user: "" - password: "" - from: "" - replyTo: "" - - appmarketplace: - logging: - default: "Debug" - offersLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - portalmigrations: - logging: - default: "Debug" - seeding: - testDataEnvironments: "consortia" - - notification: - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - logging: - default: "Debug" - swaggerEnabled: true - - services: - logging: - default: "Debug" - offersLibrary: "Debug" - healthChecks: - startup: - tags: - - name: "HEALTHCHECKS__0__TAGS__0" - value: "keycloak" - - name: "HEALTHCHECKS__0__TAGS__1" - value: "portaldb" - swaggerEnabled: true - - processesworker: - logging: - default: "Debug" - processesLibrary: "Debug" - bpdmLibrary: "Debug" - clearinghouseLibrary: "Debug" - custodianLibrary: "Debug" - sdfactoryLibrary: "Debug" - offerProvider: "Debug" - bpdm: - clientId: "" - clientSecret: "" - clearinghouse: - clientId: "" - clientSecret: "" - custodian: - clientId: "" - clientSecret: "" - sdfactory: - issuerBpn: "BPNL00000003CRHK" - clientId: "" - clientSecret: "" - offerprovider: - clientId: "" - clientSecret: "" - onboardingServiceProvider: - encryptionConfigs: - index0: - encryptionKey: "" - index1: - encryptionKey: "" - dim: - clientId: "" - clientSecret: "" - universalResolverAddress: "https://dev.uniresolver.io/" - encryptionConfigs: - index0: - encryptionKey: "" - issuerComponent: - clientId: "" - clientSecret: "" - bpnDidResolver: - apiKey: "" - invitation: - encryptionConfigs: - index0: - encryptionKey: "" - mailing: - encryptionConfigs: - index0: - encryptionKey: "" - -postgresql: - fullnameOverride: "portal-backend-rc-postgresql" - auth: - password: "" - replicationPassword: "" - portalPassword: "" - provisioningPassword: "" - primary: - extendedConfiguration: | - max_connections = 200 - readReplicas: - extendedConfiguration: | - max_connections = 200