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

server.baseUrl parameter #87

Open
racheldaguenethahn opened this issue Sep 21, 2022 · 0 comments
Open

server.baseUrl parameter #87

racheldaguenethahn opened this issue Sep 21, 2022 · 0 comments

Comments

@racheldaguenethahn
Copy link

racheldaguenethahn commented Sep 21, 2022

Hi,
I created a custom docker image to expose this service. Then I deployed this docker image into a k8s cluster.
Assuming that my gitlab is reachable at https://mygitlab.url, in the application.properties file
server.baseUrl=https://mygitlab.url
Doing that, I'm able to run the pod and the service is exposed on https://myoctanegitlab.url

However, reading the documentation, server.baseUrl is the URL of this service itself. Then I do that I should put
server.baseUrl=https://myoctanegitlab.url
But if I do that and I redeploy the pod, then it doesn't start at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant