From 0bbe5b01b1d240e204be81d510fb38b662e1a114 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Thu, 15 Sep 2022 19:52:40 +0800 Subject: [HOLMES] Updated the Image Version Updated the image version and some config files. Issue-ID: HOLMES-567 Signed-off-by: Guangrong Fu Change-Id: Iea30c097044a82d6a771064258cfb718f635b15a --- .../resources/config/application.yaml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml (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 new file mode 100644 index 0000000000..18cf3b4966 --- /dev/null +++ b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml @@ -0,0 +1,23 @@ +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 + +spring: + application: + name: Holmes Rule Management + datasource: + dirver-class-name: org.postgresql.Driver + url: jdbc:postgresql://${URL_JDBC}:${DB_PORT}/${DB_NAME} + username: ${JDBC_USERNAME} + password: ${JDBC_PASSWORD} + mvc: + throw-exception-if-no-handler-found: true \ No newline at end of file -- cgit 1.2.3-korg