You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Configure the _ingress.yaml_ file with the correct values for the `serviceName` and `secretName`.
133
+
. Configure the _ingress-values.yaml_ file with the correct values for the `serviceName` and `secretName`.
134
134
Ensure that the `secretName` is the same as the one created in the previous step.
135
135
Enable TLS by setting `tls.enabled` to `true`.
136
136
+
@@ -149,9 +149,9 @@ reverseProxy:
149
149
- localhost
150
150
----
151
151
152
-
=== Configure the _ingress.yaml_ file to access Neo4j on port `:80`
152
+
=== Configure the _ingress-values.yaml_ file to access Neo4j on port `:80`
153
153
154
-
Alternatively, if you want to access Neo4j on port `:80`, leave `tls.enabled` with its default value `false`, and create the _ingress.yaml_ file with the following content:
154
+
Alternatively, if you want to access Neo4j on port `:80`, leave `tls.enabled` with its default value `false`, and create the _ingress-values.yaml_ file with the following content:
155
155
156
156
[source, yaml]
157
157
----
@@ -166,11 +166,11 @@ reverseProxy:
166
166
167
167
== Install the Reverse proxy Helm chart
168
168
169
-
Install the Reverse proxy Helm chart using the _ingress.yaml_ file that you have created:
169
+
Install the Reverse proxy Helm chart using the _ingress-values.yaml_ file that you have created:
170
170
171
171
[source,shell]
172
172
----
173
-
helm install rp neo4j/neo4j-reverse-proxy -f /path/to/your/ingress.yaml
173
+
helm install rp neo4j/neo4j-reverse-proxy -f /path/to/your/ingress-values.yaml
0 commit comments