summaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-03-01 11:23:32 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2023-03-03 09:44:33 +0100
commit4a5c1bdbe1198a88f96d04c00fee9e2cf2ec1a07 (patch)
treeaf43f4d1f368065321d92452d40796bb4a4fcd92 /kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml
parent5a2ba4cbff6acb73d96ae4550dce0252b316ad7c (diff)
[HOLMES] Remove AAF dependency and support SM
Delete AAF and certificate entries and change Holmes interfaces to HTTP Add readiness checks for the postgres-init-job to avoid missing DB user Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id15cfdbcd753d404ccae912dcd0d057f647917e7
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml')
-rw-r--r--kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml
index 18cf3b4966..2ff0fa6d52 100644
--- a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml
+++ b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml
@@ -2,11 +2,6 @@ server:
port: 9101
servlet:
context-path: /api/holmes-rule-mgmt/v1
- ssl:
- key-store: /opt/onap/conf/holmes.keystore
- key-store-password: holmes
- #PKCS12
- key-store-type: JKS
logging:
config: classpath:logback-spring.xml