blob: 757ee04f3524ecc3e2df92953c2e7d23a4d83f43 [file] [log] [blame]
Lathish818ee5d2020-08-26 13:45:03 +01001{
2 "config": {
3 "controller": [
4 {
5 "name": "controller1",
Andreas Geisslerebc3a0b2022-09-22 15:35:46 +02006 "baseUrl": "{{ (eq "true" (include "common.needTLS" .)) | ternary .Values.sdncLink .Values.sdncLinkHttp }}",
Lathish818ee5d2020-08-26 13:45:03 +01007 "userName": "${A1CONTROLLER_USER}",
8 "password": "${A1CONTROLLER_PASSWORD}"
9 }
10 ],
RehanRazae30f9b92021-03-25 14:36:53 +010011 "ric": {{ include "a1p.generateRics" . | indent 6 | trim }},
Lathish818ee5d2020-08-26 13:45:03 +010012 "streams_publishes": {
13 "dmaap_publisher": {
14 "type": "message_router",
15 "dmaap_info": {
16 "topic_url": "{{ .Values.streamPublish }}"
17 }
18 }
19 },
20 "streams_subscribes": {
21 "dmaap_subscriber": {
22 "type": "message_router",
23 "dmaap_info": {
24 "topic_url": "{{ .Values.streamSubscribe }}"
25 }
26 }
27 }
28 }
29}