-
Notifications
You must be signed in to change notification settings - Fork 447
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
[xray] XRAY is trying to connect postgresql which is not defined anywhere within yaml files #1720
Comments
Hi @guresonur, Will you please share values.yaml file? |
please see below, i've changed URLs
|
@guresonur Can you please reach out to jfrog support team who can do a one-on-one session to diagnose and provide an optimal solution |
We're seeing the same thing using a fairly minimal setup in our values.yaml file. Did you resolve this? If so, what was the magic dust that made it look to the externally configured postgres db? Edit: Would be nice to add a resolution to the issue, not just close it 😇 Edit2: (considering my initial edit - I'll post our solution) - turns out trying to connect with jdbc to xray is a bad idea (since it is go-based). Changing from jdbc:postgresql:// to postgres:// worked! Thanks for a quick reply @guresonur 🙌🏻 |
@andeki92 I dont recall what happened in the end around helm chart but we ended up installing it on VM as Linux Archive. |
Is this a request for help?:
Yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Version of Helm and Kubernetes: v3.10.3
Which chart: xray
Which product license (Enterprise/Pro/oss): oss
JFrog support reference (if already raised with support team):
What happened: artifactory is installed successfully. when trying to install xray with helm, I can see it is trying to connect an internal postgresql (in fact it is disabled). It is getting attributes of this DB from JF Environment Variables. Strange thing is it is also connecting my external Postgresql successfully.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible): Install Xray with Helm chart and use external Postgresql
Anything else we need to know:
Why it is trying to connect this psql DB even in the case that internal postgresql is not used?
The text was updated successfully, but these errors were encountered: