diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-24 07:11:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-24 07:11:42 +0000 |
commit | 7d54df7a616bfb92045e63b75600f6924851292a (patch) | |
tree | 0a815501870b8d581a1173582435961a635b9eb6 /kubernetes/onap/values.yaml | |
parent | c7f3d6bf913e5da8e486ee316047a8bb144e0e5a (diff) | |
parent | 27578339f9152a1a1ea24f01cdd3b83e95287685 (diff) |
Merge "[SDNC] Deploy external TLC cert in ODL"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index e699581727..5f4495498c 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -106,8 +106,8 @@ global: ingress: enabled: false virtualhost: - enabled: true - baseurl: "simpledemo.onap.org" + enabled: true + baseurl: "simpledemo.onap.org" # Global Service Mesh configuration # POC Mode, don't use it in production @@ -141,6 +141,7 @@ global: requestURL: "https://oom-cert-service:8443/v1/certificate/" requestTimeout: "30000" keystorePath: "/etc/onap/oom/certservice/certs/certServiceClient-keystore.jks" + outputType: "P12" keystorePassword: "secret" truststorePath: "/etc/onap/oom/certservice/certs/truststore.jks" truststorePassword: "secret" @@ -156,13 +157,12 @@ global: # default centralizedLoggingEnabled: ¢ralizedLogging false - -# Example of specific for the components where you want to disable TLS only for -# it: -# if set this element will force or not tls even if global.serviceMesh.tls and -# global.tlsEnabled is set otherwise. -# robot: -# tlsOverride: false + # Example of specific for the components where you want to disable TLS only for + # it: + # if set this element will force or not tls even if global.serviceMesh.tls and + # global.tlsEnabled is set otherwise. + # robot: + # tlsOverride: false # Global storage configuration # Set to "-" for default, or with the name of the storage class |