We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I really like the great amount of configuration options with this chart. Could you also add an option to change the ingress paths?
I want to be able to make an ingress like: mysite.com/gitlab
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, yes it makes sense since it is already configurable for gitlab itself using GITLAB_RELATIVE_URL_ROOT.
GITLAB_RELATIVE_URL_ROOT
The next change should do it for you.
Index: gitlab/templates/ingress.yaml <+>UTF-8 =================================================================== --- gitlab/templates/ingress.yaml (revision f2fc7c9be7beed010b3fd224863067b1e72d12f5) +++ gitlab/templates/ingress.yaml (revision ) @@ -20,7 +20,7 @@ - host: {{ . }} http: paths: - - path: / + - path: {{ default "/" .Values.config.GITLAB_RELATIVE_URL_ROOT }} backend: serviceName: {{ printf "%s-%s" $releaseName "gitlab" | trunc 63 }} servicePort: {{ $servicePort }}
Sorry, something went wrong.
commited this to chart 0.2.5
No branches or pull requests
Hello,
I really like the great amount of configuration options with this chart.
Could you also add an option to change the ingress paths?
I want to be able to make an ingress like:
mysite.com/gitlab
Thank you!
The text was updated successfully, but these errors were encountered: