Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions neo4j/templates/neo4j-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ spec:
port: 7687
targetPort: 7687
name: tcp-bolt
appProtocol: tcp
{{- if $httpEnabled }}
- protocol: TCP
port: 7474
targetPort: 7474
name: tcp-http
appProtocol: http
{{- end }}
{{- if $httpsEnabled }}
- protocol: TCP
port: 7473
targetPort: 7473
name: tcp-https
appProtocol: https
{{- end }}
---
{{- with .Values.services.admin }}
Expand Down