{{/* SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS" SPDX-License-Identifier: Apache-2.0 */}} --- global: domain: {{ .Values.global.domain | quote }} hosts: {{ .Values.global.hosts | toYaml | nindent 4 }} imagePullSecrets: {{ .Values.global.imagePullSecrets | toYaml | nindent 4 }} ics: secret: {{ .Values.secrets.intercom.secret | quote }} issuerBaseUrl: "https://{{ .Values.global.hosts.keycloak }}.{{ .Values.global.domain }}/realms/{{ .Values.platform.realm }}" originRegex: "{{ .Values.istio.domain }}|{{ .Values.global.domain }}" keycloak: realm: {{ .Values.platform.realm | quote }} default: domain: {{ .Values.global.domain | quote }} oidc: secret: {{ .Values.secrets.keycloak.clientSecret.intercom | quote }} matrix: asSecret: {{ .Values.secrets.intercom.synapseAsToken | quote }} subdomain: {{ .Values.global.hosts.synapse | quote }} serverName: "{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}" nordeck: subdomain: {{ .Values.global.hosts.matrixNeoDateFixBot | quote }} portal: apiKey: {{ .Values.secrets.centralnavigation.apiKey | quote }} redis: host: {{ .Values.cache.intercomService.host | quote }} port: {{ .Values.cache.intercomService.port }} password: {{ .Values.cache.intercomService.password | default .Values.secrets.redis.password | quote }} openxchange: oci: true url: "https://{{ .Values.global.hosts.openxchange }}.{{ .Values.istio.domain }}" audience: "opendesk-oxappsuite" nextcloud: audience: "opendesk-nextcloud" image: imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} registry: {{ .Values.global.imageRegistry | default .Values.images.intercom.registry | quote }} repository: {{ .Values.images.intercom.repository | quote }} tag: {{ .Values.images.intercom.tag | quote }} ingress: host: "{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}" enabled: {{ .Values.ingress.enabled }} ingressClassName: {{ .Values.ingress.ingressClassName | quote }} tls: enabled: {{ .Values.ingress.tls.enabled }} secretName: {{ .Values.ingress.tls.secretName | quote }} replicaCount: {{ .Values.replicas.intercomService }} resources: {{ .Values.resources.intercomService | toYaml | nindent 2 }} ...