diff options
author | kerenj <keren.joseph@amdocs.com> | 2017-08-24 13:54:21 +0000 |
---|---|---|
committer | kerenj <keren.joseph@amdocs.com> | 2017-08-24 13:54:35 +0000 |
commit | 80102849bc4a8920f84fb4798d19d28e2a91da1b (patch) | |
tree | 0a1ca19a049ac53dfe5591262ff9a4617e3a6eae /kubernetes/sdc/values.yaml | |
parent | fdc176253250ac0100a15b0d08fe752e2b5cb701 (diff) |
sdc K8S-Helm Parameterization
changed sdc k8s deployment to support helm parameterization. updated create/delete for helm only
Issue-ID: OOM-52
Change-Id: Ic7fb17fcf5be5813b0a0c54299cdf0d0417e8a76
Signed-off-by: kerenj <keren.joseph@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/values.yaml')
-rw-r--r-- | kubernetes/sdc/values.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml new file mode 100644 index 0000000000..066f0d0afb --- /dev/null +++ b/kubernetes/sdc/values.yaml @@ -0,0 +1,9 @@ +NS: onap-sdc +pullPolicy: Always +image: + readiness: oomk8s/readiness-check:1.0.0 + sdcKibana: nexus3.onap.org:10001/openecomp/sdc-kibana:1.1-STAGING-latest + sdcFrontend: nexus3.onap.org:10001/openecomp/sdc-frontend:1.1-STAGING-latest + sdcElasticsearch: nexus3.onap.org:10001/openecomp/sdc-elasticsearch:1.1-STAGING-latest + sdcCassandra: nexus3.onap.org:10001/openecomp/sdc-cassandra:1.1-STAGING-latest + sdcBackend: nexus3.onap.org:10001/openecomp/sdc-backend:1.1-STAGING-latest |