348609b8dabdc10910afc18fcf686f6812bc7a9a
[oom.git] / kubernetes / so / components / so-admin-cockpit / resources / config / overrides / override.yaml
1 server:
2   {{- if include "common.onServiceMesh" . }}
3   forward-headers-strategy: none
4   {{- end }}
5   port: {{ index .Values.containerPort }}
6   {{- if .Values.global.aafEnabled }}
7   ssl:
8     keyStore: ${KEYSTORE}
9     keyStorePassword: ${KEYSTORE_PASSWORD}
10     trustStore: ${TRUSTSTORE}
11     trustStorePassword: ${TRUSTSTORE_PASSWORD}
12   {{- end }}
13   tomcat:
14     max-threads: 50
15   {{- if not .Values.global.aafEnabled }}
16 ssl-enable: false
17   {{- end }}
18 camunda:
19   rest:
20     api:
21       url: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine/engine/
22       engine: default
23       auth: Basic YXBpaEJwbW46cGFzc3dvcmQxJA==
24 mso:
25   database:
26     rest:
27       api:
28         url: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/infraActiveRequests/
29         auth: Basic YnBlbDpwYXNzd29yZDEk
30 spring:
31   main:
32     allow-bean-definition-overriding: true
33   security:
34     usercredentials:
35       -
36         username: ${SO_COCKPIT_USERNAME}
37         password: ${SO_COCKPIT_PASSWORD}
38         role: GUI-Client