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
Both the Helm chart and raw manifests now use the same default service name. This commit removes a redundant note in the documentation to avoid confusion.
Signed-off-by: kahirokunn <[email protected]>
Copy file name to clipboardexpand all lines: docs/walkthrough.md
-2
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,6 @@ As said above, you need to route your HTTP traffic to the `Service` that the add
53
53
keda-add-ons-http-interceptor-proxy
54
54
```
55
55
56
-
> This is installed by raw manifests. If you are using the [Helm chart](https://github.com/kedacore/charts/tree/main/http-add-on) to install the add-on, it crates a service named `keda-add-ons-http-interceptor-proxy` as a `ClusterIP` by default.
57
-
58
56
#### Installing and Using the [ingress-nginx](https://kubernetes.github.io/ingress-nginx/deploy/#using-helm) Ingress Controller
59
57
60
58
As mentioned above, the `Service` that the add-on creates will be inaccessible over the network from outside of your Kubernetes cluster.
0 commit comments