File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ Kubernetes `ServiceTypes` allow you to specify what kind of Service you want.
483
483
* `ClusterIP`: Exposes the Service on a cluster-internal IP. Choosing this value
484
484
makes the Service only reachable from within the cluster. This is the
485
485
default that is used if you don't explicitly specify a `type` for a Service.
486
- You can expose the service to the public with an [Ingress](docs/reference/kubernetes-api/service-resources/ ingress-v1 /) or the
486
+ You can expose the service to the public with an [Ingress](/ docs/concepts/services-networking/ ingress/) or the
487
487
[Gateway API](https://gateway-api.sigs.k8s.io/).
488
488
* [`NodePort`](#type-nodeport): Exposes the Service on each Node's IP at a static port
489
489
(the `NodePort`).
You can’t perform that action at this time.
0 commit comments