Skip to content

Commit

Permalink
[zh] Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Apr 28, 2024
1 parent 2b089db commit 27eb529
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/zh-cn/docs/concepts/services-networking/ingress.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: Ingress
api_metadata:
- apiVersion: "networking.k8s.io/v1"
kind: "Ingress"
- apiVersion: "networking.k8s.io/v1"
kind: "IngressClass"
content_type: concept
description: >-
使用一种能感知协议配置的机制来解析 URI、主机名称、路径等 Web 概念,
Expand Down Expand Up @@ -1069,10 +1074,10 @@ You can expose a Service in multiple ways that don't directly involve the Ingres

<!--
* Use [Service.Type=LoadBalancer](/docs/concepts/services-networking/service/#loadbalancer)
* Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#nodeport)
* Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#type-nodeport)
-->
* 使用 [Service.Type=LoadBalancer](/zh-cn/docs/concepts/services-networking/service/#loadbalancer)
* 使用 [Service.Type=NodePort](/zh-cn/docs/concepts/services-networking/service/#nodeport)
* 使用 [Service.Type=NodePort](/zh-cn/docs/concepts/services-networking/service/#type-nodeport)

## {{% heading "whatsnext" %}}

Expand Down

0 comments on commit 27eb529

Please sign in to comment.