From 906b67060c1f062816b9baa91d5c9845dad41dab Mon Sep 17 00:00:00 2001 From: Dusan Rozman Date: Tue, 26 Sep 2017 16:04:12 -0400 Subject: Added AAF containers to ONAP Kubernetes Created the initial deployment yamls for AAF project Issue-ID: OOM-11 Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38 Signed-off-by: Dusan Rozman --- values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 values.yaml (limited to 'values.yaml') diff --git a/values.yaml b/values.yaml new file mode 100644 index 0000000..a8589a3 --- /dev/null +++ b/values.yaml @@ -0,0 +1,9 @@ +nsPrefix: onap +pullPolicy: Always +nodePortPrefix: 302 +image: + readiness: oomk8s/readiness-check:1.0.0 + aafImage: nexus3.onap.org:10001/onap/aaf/authz-service + aafVersion: latest + csImage: nexus3.onap.org:10001/library/cassandra + csVersion: 2.1.17 -- cgit 1.2.3-korg