aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-03-29 01:02:42 +0000
committerjmac <james.macnider@amdocs.com>2018-04-02 19:04:43 +0000
commit99ff3975b2aebf8f65440d04312345a2cb4551e1 (patch)
tree0d82c5354d394164a17b00a5fa4793c52dbe0dbb /kubernetes
parentced8514d3c19dc5ba4ae8e42797fc731ef25d200 (diff)
Updated value qualifier to match DG Builder chart
Change-Id: Ib434d8cf0064a13bc3ebd3e16d4d41962f9dff36 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-748
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/appc/values.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml
index b5a13ef87c..ea3239e815 100644
--- a/kubernetes/appc/values.yaml
+++ b/kubernetes/appc/values.yaml
@@ -22,9 +22,8 @@ global:
readinessImage: readiness-check:1.1.0
loggingRepository: docker.elastic.co
loggingImage: beats/filebeat:5.5.0
-# If mountPath is over NFS (e.g. /dockerdata-nfs is NFS mounted between the nodes), uncomment following lines.
-# persistence:
-# mountPath: /dockerdata
+ persistence:
+ mountPath: /dockerdata-nfs
#################################################################
# Application configuration defaults.
@@ -59,8 +58,9 @@ mysql:
dgbuilder:
nameOverride: appc-dgbuilder
- dbPodName: appc-db
- dbServiceName: appc-dbhost
+ config:
+ dbPodName: appc-db
+ dbServiceName: appc-dbhost
# default number of instances
replicaCount: 3