-
Notifications
You must be signed in to change notification settings - Fork 31
remove bitnami example #3538
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
remove bitnami example #3538
Conversation
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this topic was an example using a bitnami chart
|
|
||
| This section provides examples of how to configure the `ports` key to port-forward a service in existing cluster installations and add links to services on the Admin Console dashboard. | ||
|
|
||
| ### Example: Bitnami Gitea Helm Chart with LoadBalancer Service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed this example
| [View a larger version of this image](/images/gitea-open-app.png) | ||
|
|
||
| ## Examples | ||
| ## Example: NGINX Application with ClusterIP and NodePort Services |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated this example so that it also works with EC (previously it was just kots and kurl)
| app: nginx | ||
| annotations: | ||
| kots.io/when: '{{repl not IsKurl }}' | ||
| kots.io/when: 'repl{{ and (ne Distribution "embedded-cluster") (ne Distribution "kurl")}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ this is used as part of the port forwarding example
|
|
||
| [[redirects]] | ||
| from = "https://docs.replicated.com/vendor/helm-optional-charts" | ||
| to = "https://docs.replicated.com/vendor/packaging-include-resources" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redirect the deleted topic
No description provided.