From 4a5c1bdbe1198a88f96d04c00fee9e2cf2ec1a07 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 1 Mar 2023 11:23:32 +0100 Subject: [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 Change-Id: Id15cfdbcd753d404ccae912dcd0d057f647917e7 --- .../components/holmes-rule-mgmt/resources/config/application.yaml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml') 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 -- cgit 1.2.3-korg