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