From 5d950babee876b607766d29e72f4ee4bcc4de10a Mon Sep 17 00:00:00 2001 From: ASaiun <272968632@qq.com> Date: Thu, 23 May 2019 16:20:41 +0800 Subject: [PATCH] fix the bug: helloworld-v1 service port should change to 5000 (#4204) * fix the bug: helloworld-v1 service port should change to 5000 * fix the bug: helloworld-v1 service port should change to 5000 * fix the bug: some yaml format error in Chinese docs,something like this spec: selector: istio: egressgateway servers: - port: number: 80 name: https protocol: HTTPS --- .../tasks/traffic-management/secure-ingress/sds/index.md | 2 +- .../edge-traffic/egress-gateway-tls-origination/index.md | 8 ++++---- .../tasks/traffic-management/secure-ingress/sds/index.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/tasks/traffic-management/secure-ingress/sds/index.md b/content/docs/tasks/traffic-management/secure-ingress/sds/index.md index 6ae0257ad6..fde80e229b 100644 --- a/content/docs/tasks/traffic-management/secure-ingress/sds/index.md +++ b/content/docs/tasks/traffic-management/secure-ingress/sds/index.md @@ -313,7 +313,7 @@ retrieves unique credentials corresponding to a specific `credentialName`. spec: ports: - name: http - port: 8000 + port: 5000 selector: app: helloworld-v1 --- diff --git a/content_zh/docs/tasks/traffic-management/edge-traffic/egress-gateway-tls-origination/index.md b/content_zh/docs/tasks/traffic-management/edge-traffic/egress-gateway-tls-origination/index.md index 05a6f6d138..65998ccd7e 100644 --- a/content_zh/docs/tasks/traffic-management/edge-traffic/egress-gateway-tls-origination/index.md +++ b/content_zh/docs/tasks/traffic-management/edge-traffic/egress-gateway-tls-origination/index.md @@ -89,7 +89,7 @@ aliases: {{< tab name="启用双向 TLS" cookie-value="enabled" >}} - {{< text bash >}} + {{< text_hack bash >}} $ kubectl apply -f - <}} + {{< /text_hack >}} {{< /tab >}} {{< tab name="禁用双向 TLS" cookie-value="disabled" >}} - {{< text bash >}} + {{< text_hack bash >}} $ kubectl apply -f - <}} + {{< /text_hack >}} {{< /tab >}} diff --git a/content_zh/docs/tasks/traffic-management/secure-ingress/sds/index.md b/content_zh/docs/tasks/traffic-management/secure-ingress/sds/index.md index 78c5e65a5a..44803e1e2c 100644 --- a/content_zh/docs/tasks/traffic-management/secure-ingress/sds/index.md +++ b/content_zh/docs/tasks/traffic-management/secure-ingress/sds/index.md @@ -268,7 +268,7 @@ keywords: [traffic-management,ingress,sds-credentials] spec: ports: - name: http - port: 8000 + port: 5000 selector: app: helloworld-v1 ---