You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/12/06 02:25:22 UTC

[apisix-ingress-controller] branch master updated: docs: fix typo (#1491)

This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new afbc4f73 docs: fix typo (#1491)
afbc4f73 is described below

commit afbc4f7369481615b8d55488392200f3b29b123a
Author: Ashing Zheng <ax...@gmail.com>
AuthorDate: Tue Dec 6 10:25:16 2022 +0800

    docs: fix typo (#1491)
---
 docs/en/latest/concepts/apisix_upstream.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/concepts/apisix_upstream.md b/docs/en/latest/concepts/apisix_upstream.md
index 3c71b9f1..81441868 100644
--- a/docs/en/latest/concepts/apisix_upstream.md
+++ b/docs/en/latest/concepts/apisix_upstream.md
@@ -174,7 +174,7 @@ metadata:
 spec:
   selector:
     app: foo
-  portLevelSettings:
+  ports:
   - name: http
     port: 7000
     targetPort: 7000