* Add the bolt protocol on port 7687 to the Service (#14671)

Signed-off-by: Jason Carter <jason.carter@telepathy.ai>
This commit is contained in:
Jason Carter
2019-08-13 00:35:52 -07:00
committed by Kubernetes Prow Robot
parent 4d2d5cd284
commit 0685851174
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: neo4j
home: https://www.neo4j.com
version: 1.0.0
version: 1.1.0
appVersion: 3.4.5
description: Neo4j is the world's leading graph database
icon: http://info.neo4j.com/rs/773-GON-065/images/neo4j_logo.png
+6 -2
View File
@@ -11,9 +11,13 @@ metadata:
spec:
clusterIP: None
ports:
- port: 7474
- name: http
port: 7474
targetPort: 7474
- name: bolt
port: 7687
targetPort: 7687
selector:
app: {{ template "neo4j.name" . }}
release: {{ .Release.Name | quote }}
component: core
component: core