diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-09-15 19:52:40 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-09-29 07:41:29 +0000 |
commit | 0bbe5b01b1d240e204be81d510fb38b662e1a114 (patch) | |
tree | 6eb7b631ed6f5acbfe61fbbd6c9d56efe9e7387b /kubernetes/holmes/components/holmes-rule-mgmt/resources/config | |
parent | 6fc48a9d8a0f186e1fb9c5b94d52927d3714425d (diff) |
[HOLMES] Updated the Image Version
Updated the image version and some config files.
Issue-ID: HOLMES-567
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: Iea30c097044a82d6a771064258cfb718f635b15a
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/resources/config')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml | 23 |
1 files changed, 23 insertions, 0 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 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 |