X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faaf%2Fvalues.yaml;h=df4dcf3723ad08c912962dfc1c7c29aed24948ab;hb=83ba0bb4bfe3978f0b0ba7c251ed28fc6686c20b;hp=51b3b31c84945c70e95939d402910d554ae5e3ca;hpb=1884ba91333caea194da7aaac0af2afcc9b43a83;p=oom.git diff --git a/kubernetes/aaf/values.yaml b/kubernetes/aaf/values.yaml index 51b3b31c84..df4dcf3723 100644 --- a/kubernetes/aaf/values.yaml +++ b/kubernetes/aaf/values.yaml @@ -16,6 +16,7 @@ ################################################################# # Global configuration defaults. ################################################################# + global: nodePortPrefix: 302 # Readiness image @@ -40,6 +41,8 @@ global: #pullPolicy: IfNotPresent #repository: "nexus3.onap.org:10003" + cmpv2Enabled: true + addTestingComponents: false aaf: readiness: false image: onap/aaf/aaf_core:2.1.23 @@ -73,6 +76,9 @@ global: public_port: 31112 # Note: as hello is a sample app, find values in charts/aaf-hello/values.yaml + certServiceClient: + secret: + name: aaf-cert-service-client-tls-secret ################################################################# # Application configuration defaults.