aboutsummaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorkerenj <keren.joseph@amdocs.com>2017-08-24 11:32:22 +0000
committerkerenj <keren.joseph@amdocs.com>2017-08-24 11:32:59 +0000
commit3db4be5f8b13ec9eebfb54cf894d95e336d09e6b (patch)
treee6cdef5da3695fbac19e907cc8079a751981d5cb /values.yaml
parentc8a5139e58bb07f1a0f4ed1224b0e5fa047e86ec (diff)
aai K8S-Helm Parameterization
changed aai k8s deployment to support helm parameterization. Issue-ID: OOM-52 Change-Id: Ifffdb4204a3fdb2c7be62063134c489f8123012d Signed-off-by: kerenj <keren.joseph@amdocs.com>
Diffstat (limited to 'values.yaml')
-rw-r--r--values.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml
new file mode 100644
index 0000000..12b8b3b
--- /dev/null
+++ b/values.yaml
@@ -0,0 +1,7 @@
+NS: onap-aai
+pullPolicy: Always
+image:
+ readiness: oomk8s/readiness-check:1.0.0
+ ajscAai: nexus3.onap.org:10001/openecomp/ajsc-aai:1.0-STAGING-latest
+ aaiHbase: aaidocker/aai-hbase-1.2.3:latest
+ modelLoader: nexus3.onap.org:10001/openecomp/model-loader:1.0-STAGING-latest