diff --git a/stable/neo4j/Chart.yaml b/stable/neo4j/Chart.yaml index a4b4a78996..8db1edb185 100644 --- a/stable/neo4j/Chart.yaml +++ b/stable/neo4j/Chart.yaml @@ -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 diff --git a/stable/neo4j/templates/core-dns.yaml b/stable/neo4j/templates/core-dns.yaml index 3759457a0d..95bafd7f49 100644 --- a/stable/neo4j/templates/core-dns.yaml +++ b/stable/neo4j/templates/core-dns.yaml @@ -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 \ No newline at end of file