diff --git a/environments/helm-values/values-stable.yaml b/environments/helm-values/values-stable.yaml new file mode 100644 index 0000000..d262fae --- /dev/null +++ b/environments/helm-values/values-stable.yaml @@ -0,0 +1,93 @@ +############################################################### +# Copyright (c) 2024 BMW Group AG +# Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors. +# +# 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 +############################################################### + +ingress: + enabled: true + className: "nginx" + annotations: + cert-manager.io/cluster-issuer: "letsencrypt-prod" + 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: "https://*.stable.catena-x.net" + tls: + - secretName: "dim-v2.stable.catena-x.net-tls" + hosts: + - "dim-v2.stable.catena-x.net" + hosts: + - host: "dim-v2.stable.catena-x.net" + paths: + - path: "/api/dim" + pathType: "Prefix" + backend: + port: 8080 + +dim: + swaggerEnabled: true + operatorId: "d6cd4e2e-1053-4ba6-888e-1cd56509958a" + bpn: "BPNL00000003CRHK" + didDocumentLocationAddress: "https://portal-backend.stable.catena-x.net/api/administration/staticdata/did/BPNL00000003CRHK/did.json" + +migrations: + logging: + default: "Debug" + +processesworker: + logging: + default: "Debug" + dim: + applicationName: "catena-x-portal" + provisioning: + clientId: "" + clientSecret: "" + tokenAddress: "https://provisioning-prod-uvm2enuw.authentication.eu10.hana.ondemand.com/oauth/token" + baseUrl: "https://div-provisioning-prod.eu10.div.cloud.sap" + grantType: "client_credentials" + encryptionConfigs: + index0: + encryptionKey: "" + callback: + scope: "openid" + grantType: "client_credentials" + # -- Provide client-id for callback. + clientId: "" + # -- Client-secret for callback client-id. Secret-key 'callback-client-secret'. + clientSecret: "" + tokenAddress: "http://centralidp.stable.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token" + # -- Url to the cf service api + baseAddress: "https://portal-backend.stable.catena-x.net" + technicalUserCreation: + encryptionConfigs: + index0: + encryptionKey: "" + +idp: + address: "https://centralidp.stable.catena-x.net" + jwtBearerOptions: + tokenValidationParameters: + validAudience: "DIM-Middle-Layer" + +replicaCount: 2 + +postgresql: + architecture: "standalone" + auth: + postgrespassword: "" + password: ""