aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-06-04 12:06:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-04 12:06:02 +0000
commit83ba0bb4bfe3978f0b0ba7c251ed28fc6686c20b (patch)
tree7fac7c8621a0c5138fb3a803cdeed76bdff92df5 /kubernetes/aaf/values.yaml
parent1884ba91333caea194da7aaac0af2afcc9b43a83 (diff)
parentbca68e048a74ac3754e76ed738090402f7cbfd13 (diff)
Merge "[AAF] Add CMPv2 Cert Service"
Diffstat (limited to 'kubernetes/aaf/values.yaml')
-rw-r--r--kubernetes/aaf/values.yaml6
1 files changed, 6 insertions, 0 deletions
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.