diff options
author | kerenj <keren.joseph@amdocs.com> | 2017-08-23 12:05:23 +0000 |
---|---|---|
committer | kerenj <keren.joseph@amdocs.com> | 2017-08-24 11:04:12 +0000 |
commit | 6ca15a741dc9af484a5f8f296a5512ba06255a6e (patch) | |
tree | d1168e9e48af02168fe49e6d3afb8dafdeddd77c /kubernetes/appc/values.yaml | |
parent | 3b697f6c07a1af4625f3982096e87f2c783f8890 (diff) |
appc K8S-Helm Parameterization
changed appc k8s deployment to support helm parameterization. updated images to 1.1
Issue-ID: OOM-52
Change-Id: I6106c71f98c754c0e19e4cc987ea12e08bfdb903
Signed-off-by: kerenj <keren.joseph@amdocs.com>
Diffstat (limited to 'kubernetes/appc/values.yaml')
-rw-r--r-- | kubernetes/appc/values.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml new file mode 100644 index 0000000000..22000a7a36 --- /dev/null +++ b/kubernetes/appc/values.yaml @@ -0,0 +1,7 @@ +NS: onap-appc +pullPolicy: Always +image: + readiness: oomk8s/readiness-check:1.0.0 + appc: nexus3.onap.org:10001/openecomp/appc-image:1.1-STAGING-latest + mysqlServer: mysql/mysql-server:5.6 + dgbuilderSdnc: nexus3.onap.org:10001/openecomp/dgbuilder-sdnc-image:1.1-STAGING-latest |