dc9a4f2dadc5eba300c782e6c249025d4fb832a6
[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   {{- else }}
13   ssl:
14     enabled: false
15   {{- end }}
16   tomcat:
17     max-threads: 50
18   {{- if not .Values.global.aafEnabled }}
19 ssl-enable: false
20   {{- end }}
21 camunda:
22   rest:
23     api:
24       url: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine/engine/
25       engine: default
26       auth: Basic YXBpaEJwbW46cGFzc3dvcmQxJA==
27 mso:
28   database:
29     rest:
30       api:
31         url: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/infraActiveRequests/
32         auth: Basic YnBlbDpwYXNzd29yZDEk
33 spring:
34   main:
35     allow-bean-definition-overriding: true
36   security:
37     usercredentials:
38       -
39         username: ${SO_COCKPIT_USERNAME}
40         password: ${SO_COCKPIT_PASSWORD}
41         role: GUI-Client