Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move neo4j routing to ingress #2422

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanyavertolet
Copy link
Member

@sanyavertolet sanyavertolet commented Aug 7, 2023

Needs to be tested on cluster

What's done:

  • Added neo4j-browser configuration to values.yaml
  • Removed neo4j-browser configuration from application.yml of api-gateway
  • Moved routing configuration for neo4j-browser from api-gateway to ingress

It closes #2406

### What's done:
 * Added neo4j-browser configuration to values.yaml
 * Removed neo4j-browser configuration from application.yml of api-gateway
 * Moved routing configuration for neo4j-browser from `api-gateway` to `ingress`
@sanyavertolet sanyavertolet added infra Issues related to build or deploy infrastructure refactoring labels Aug 7, 2023
@sanyavertolet sanyavertolet self-assigned this Aug 7, 2023
@sanyavertolet sanyavertolet marked this pull request as draft August 7, 2023 12:38
@sanyavertolet
Copy link
Member Author

Will be done in the end of this week as there is no ability to test on prod yet

port:
number: {{ .Values.neo4j.browser.port }}
pathType: Prefix
path: '/neo4j/browser'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just /neo4j?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Issues related to build or deploy infrastructure refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract routing to neo4j browser to nginx
3 participants