Merge "[AAI] Add model-loader tracing config"
[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   ssl:
7     enabled: false
8   tomcat:
9     max-threads: 50
10 ssl-enable: false
11 camunda:
12   rest:
13     api:
14       url: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine/engine/
15       engine: default
16       auth: Basic YXBpaEJwbW46cGFzc3dvcmQxJA==
17 mso:
18   database:
19     rest:
20       api:
21         url: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083/infraActiveRequests/
22         auth: Basic YnBlbDpwYXNzd29yZDEk
23 spring:
24   main:
25     allow-bean-definition-overriding: true
26   security:
27     usercredentials:
28       -
29         username: ${SO_COCKPIT_USERNAME}
30         password: ${SO_COCKPIT_PASSWORD}
31         role: GUI-Client