diff options
Diffstat (limited to 'templates/gremlin-deployment.yaml')
-rw-r--r-- | templates/gremlin-deployment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/gremlin-deployment.yaml b/templates/gremlin-deployment.yaml index aea89ad..d28b286 100644 --- a/templates/gremlin-deployment.yaml +++ b/templates/gremlin-deployment.yaml @@ -33,8 +33,8 @@ spec: } } ], - "image": "oomk8s/readiness-check:1.0.0", - "imagePullPolicy": "Always", + "image": "{{ .Values.image.readiness }}", + "imagePullPolicy": "{{ .Values.pullPolicy }}", "name": "gremlin-readiness" } ]' @@ -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: |