mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* 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:
committed by
Kubernetes Prow Robot
parent
4d2d5cd284
commit
0685851174
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user