Replies: 2 comments
-
The benefit of Helm is that you, as a user, don't have to worry about the resources that the gateway needs - It is a self-contained Kubernetes application that you can just deploy. You could write & maintain the YAML yourself, but the question is why you would want to manage that if you can let somebody else handle it. In terms of your custom image, you can still use the Helm chart. In the configuration, you can see that it allows you to specify a specific However, if it needs to be authenticated it would need to support image pull secret (#23) |
Beta Was this translation helpful? Give feedback.
-
@cveld Did this clarify your question? If so, is it OK to close this issue? |
Beta Was this translation helpful? Give feedback.
-
Can you provide guidance when it is suitable to use the Helm charts for deploying the self-hosted gateway and when it is more appropriate to just use a separate yaml file?
We have created a private image based on the self-hosted gateway image with our private root certificate added.
Are the out of the box helm charts provided in this repository still applicable?
Beta Was this translation helpful? Give feedback.
All reactions