summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/gremlin-deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-01 02:15:17 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-01 02:15:17 +0000
commit76092d6462ccbdd37a46071fa87804e9c9afdcd3 (patch)
tree4cf52a03582ebe0f8d46afa147f5026d46748435 /kubernetes/aai/templates/gremlin-deployment.yaml
parent9cd2211545b7a7cf00cef892ceb4fa00b6cfc46a (diff)
getting traversal, resources, & gremlin to boot
- reverted some log dir changes that cause chef to complain about pre-existing directories - had to fork and modify docker-entrypoint for both resources and traversal to avoid git clone of aai-data - updated gremlin hostname so that container comes up... was complaining about failure to bind to port 8182 Issue-ID: OOM-65 Change-Id: I84d2647af588e39502a075880a163104bb39540e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/gremlin-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/gremlin-deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/gremlin-deployment.yaml b/kubernetes/aai/templates/gremlin-deployment.yaml
index aea89ad51f..ee98795235 100644
--- a/kubernetes/aai/templates/gremlin-deployment.yaml
+++ b/kubernetes/aai/templates/gremlin-deployment.yaml
@@ -50,7 +50,7 @@ spec:
- name: SERVER_TABLE
value: aaigraph.dev
- name: GREMLIN_HOST
- value: "gremlin.{{ .Values.nsPrefix }}-aai"
+ value: "gremlin"
ports:
- containerPort: 8182
readinessProbe: