improve little format and typo for lightstep/index.md (#14674)

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
my-git9 2024-03-03 03:28:36 +08:00 committed by GitHub
parent 29e7a9dbbe
commit e76663e91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ Follow these steps if you're using the Public or Developer Mode Satellites, or i
sampling: 100
tlsSettings
mode: "SIMPLE"
# Specifying ca certificate here will moute `lightstep.cacert` secret volume
# Specifying ca certificate here will mount `lightstep.cacert` secret volume
# at all sidecars by default.
caCertificates="/etc/lightstep/cacert.pem"
components:
@ -133,11 +133,11 @@ Follow these steps if you're using the Public or Developer Mode Satellites, or i
1. Follow the [instructions to deploy the Bookinfo sample application](/docs/examples/bookinfo/#deploying-the-application).
1. Follow the [instructions to create an ingress gateway for the Bookinfo application](/docs/examples/bookinfo/#determine-the-ingress-ip-and-port).
1. Follow the [instructions to create an ingress gateway for the Bookinfo application](/docs/examples/bookinfo/#determine-the-ingress-ip-and-port).
1. To verify the previous step's success, confirm that you set `GATEWAY_URL` environment variable in your shell.
1. To verify the previous step's success, confirm that you set `GATEWAY_URL` environment variable in your shell.
1. Send traffic to the sample application.
1. Send traffic to the sample application.
{{< text bash >}}
$ curl http://$GATEWAY_URL/productpage