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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: