aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-08-15 11:15:03 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2022-08-19 10:59:23 -0400
commit4c9b6ad723ce8d069bcbc852ceff55b966d49dba (patch)
tree77c668b79315a47a9ce9f178e21c79e33e369f68 /kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json
parent9a3395bd906fcdbcd619f82535d0ce7e913ee3c4 (diff)
[DCAE] Remove platform charts and overrides
All platform components has been disabled/deprecated since Jakarta release Change-Id: I8837ad4e6b9ef20cd7c94fefd6ec4b9cb7b20b08 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3002 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json')
-rw-r--r--kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json b/kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json
deleted file mode 100644
index 4be8c195d2..0000000000
--- a/kubernetes/dcaegen2/components/dcae-inventory-api/resources/config/config.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "database": {
- "driverClass": "org.postgresql.Driver",
- "user": "${PG_USER}",
- "password": "${PG_PASSWORD}",
- "url": "jdbc:postgresql://{{ .Values.postgres.service.name2 }}:5432/{{ .Values.postgres.config.pgDatabase }}",
- "properties": {
- "charSet": "UTF-8"
- },
- "maxWaitForConnection": "1s",
- "validationQuery": "/* MyService Health Check */ SELECT 1",
- "minSize": 2,
- "maxSize": 8,
- "initialSize": 2,
- "checkConnectionWhileIdle": false,
- "evictionInterval": "10s",
- "minIdleTime": "1 minute"
- },
- "databusControllerConnection": {
- "host": "databus-controller-hostname",
- "port": 8443,
- "mechId": null,
- "password": null,
- "required": false
- },
- "httpClient": {
- "minThreads": 1,
- "maxThreads": 128,
- "gzipEnabled": false,
- "gzipEnabledForRequests": false,
- "timeout": "5000milliseconds",
- "connectionTimeout": "5000milliseconds"
- },
- "server": {
- "applicationConnectors": [{
- "type": "https",
- "port": 8080,
- "keyStorePath": "/opt/cert/cert.jks",
- "keyStorePassword": "/opt/cert/jks.pass",
- "keyStoreType": "JKS"
- }]
- }
- }