From d9fa1847baa9375309fc74316392c292972442cf Mon Sep 17 00:00:00 2001 From: vrvarma Date: Thu, 25 Apr 2019 23:08:01 -0400 Subject: Configuration changes to make osdf ssl enabled Add common_config.yaml file to enable SSL Add the cert and key files Modify the deployment to mount the cert files Increment the docker image version Securing HAS api with https Modifying the health check protocol to https and credentials Updating certs to add has hostnames Change-Id: I860a0c436234b31d675ca0447fa92d511be0b140 Signed-off-by: vrvarma Issue-ID: OPTFRA-293 --- values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'values.yaml') diff --git a/values.yaml b/values.yaml index 6a73d5b..4c65c5b 100755 --- a/values.yaml +++ b/values.yaml @@ -151,6 +151,12 @@ bcPassword: "demo123456!" kafkaJaasUsername: "admin" kafkaJaasPassword: "admin_secret" +#OOF +oofUsername: "oof@oof.onap.org" +oofPassword: "demo123456!" +cmsoUsername: "oof@oof.onap.org" +cmsoPassword: "demo123456!" + # default number of instances replicaCount: 1 -- cgit 1.2.3-korg