Set NEO4J_URI to localhost

Apparently, if you have a mult-container setup, the same pod is
accessible via localhost.
This commit is contained in:
Robert Schäfer 2019-02-04 22:00:53 +01:00
parent d876a3f442
commit 1fbec5f525

View File

@ -26,6 +26,8 @@
env:
- name: COMMIT
value: <BACKEND_COMMIT>
- name: NEO4J_URI
value: bolt://localhost:7687
volumeMounts:
- name: secret-volume
readOnly: false