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

Be able to set swagger "Base URL" via helm chart #179

Closed
CloudMass opened this issue Mar 20, 2022 · 0 comments · Fixed by #336
Closed

Be able to set swagger "Base URL" via helm chart #179

CloudMass opened this issue Mar 20, 2022 · 0 comments · Fixed by #336

Comments

@CloudMass
Copy link

When I expose the podinfo via ingress the swagger Base URL is still localhost:9898 and therefore each request have to be edited to work. Would it be possible to set it as a value for the heml chart? As far as I can see this it not possible at the moment.

michaelkebe added a commit to michaelkebe/podinfo that referenced this issue Jan 13, 2024
Now it is possible to use the swagger webinterface
running on a host other than localhost e.g. in docker
or kubernetes.

Removed the @host line from pkg/api/server.go and
ran make swagger.

Fixes probably stefanprodan#179
michaelkebe added a commit to michaelkebe/podinfo that referenced this issue Apr 9, 2024
Now it is possible to use the swagger webinterface
running on a host other than localhost e.g. in docker
or kubernetes.

Removed the @host line from pkg/api/server.go and
ran make swagger.

Fixes probably stefanprodan#179
michaelkebe added a commit to michaelkebe/podinfo that referenced this issue Apr 9, 2024
Now it is possible to use the swagger webinterface
running on a host other than localhost e.g. in docker
or kubernetes.

Removed the @host line from pkg/api/server.go and
ran make swagger.

Fixes probably stefanprodan#179
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

Successfully merging a pull request may close this issue.

1 participant