Skip to content

Commit 99aaf89

Browse files
committed
docs: remove outdated note about service naming
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]>
1 parent 53163eb commit 99aaf89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/walkthrough.md

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ As said above, you need to route your HTTP traffic to the `Service` that the add
5353
keda-add-ons-http-interceptor-proxy
5454
```
5555

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-
5856
#### Installing and Using the [ingress-nginx](https://kubernetes.github.io/ingress-nginx/deploy/#using-helm) Ingress Controller
5957

6058
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

Comments
 (0)