summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json')
-rw-r--r--kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json b/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json
deleted file mode 100644
index 4578d4c4ee..0000000000
--- a/kubernetes/dcaegen2/components/dcae-servicechange-handler/resources/config/config.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "asdcDistributionClient": {
- "asdcAddress": "{{ .Values.config.address.sdc }}.{{include "common.namespace" . }}:8443",
- "asdcUri": "https://{{ .Values.config.address.sdc }}.{{include "common.namespace" . }}:8443",
- "msgBusAddress": "{{ .Values.config.address.message_router }}.{{include "common.namespace" . }}",
- "user": "{{ .Values.sdc.user }}",
- "password": "{{ .Values.sdc.password }}",
- "pollingInterval": 20,
- "pollingTimeout": 20,
- "consumerGroup": "dcae",
- "consumerId": "dcae-sch",
- "environmentName": "{{ .Values.sdc.environmentName }}",
- "keyStorePath": null,
- "keyStorePassword": null,
- "activateServerTLSAuth": {{ .Values.sdc.useHttps }},
- "useHttpsWithDmaap": {{ .Values.dmaap.useHttps }},
- "isFilterInEmptyResources": false
- },
- "dcaeInventoryClient": {
- "uri": "https://inventory:8080"
- }
-}