summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/dgbuilder/values.yaml
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-03-28 20:36:47 +0000
committerjmac <james.macnider@amdocs.com>2018-04-02 18:35:26 +0000
commit4f76af43bb89cca60dbc4974df560958b6b49798 (patch)
tree3ae20024feb7230cbef9c05c9ec73acb24947428 /kubernetes/common/dgbuilder/values.yaml
parentced8514d3c19dc5ba4ae8e42797fc731ef25d200 (diff)
Fixed missing/wrong references in DG Builder chart
Change-Id: I90eb42468f84120693d5842ea0cd13b1b3c20ecb Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-748
Diffstat (limited to 'kubernetes/common/dgbuilder/values.yaml')
-rw-r--r--kubernetes/common/dgbuilder/values.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/kubernetes/common/dgbuilder/values.yaml b/kubernetes/common/dgbuilder/values.yaml
index 23f8eea78e..a53ed83637 100644
--- a/kubernetes/common/dgbuilder/values.yaml
+++ b/kubernetes/common/dgbuilder/values.yaml
@@ -28,13 +28,13 @@ global:
# flag to enable debugging - application support required
debugEnabled: true
-
+
#################################################################
# Application configuration defaults.
#################################################################
# application image
repository: nexus3.onap.org:10001
-image: onap/ccsdk-dgbuilder-image:v0.1.0
+image: onap/ccsdk-dgbuilder-image:0.2.1-SNAPSHOT
pullPolicy: Always
# flag to enable debugging - application support required
@@ -43,6 +43,9 @@ debugEnabled: false
# application configuration
config:
dbRootPassword: openECOMP1.0
+ dbPodName: mysql-db
+ dbServiceName: sdnc-dbhost
+
# default number of instances
replicaCount: 1