Update example of refine the mutual TLS settings per port (#14385)

This commit is contained in:
carolsi 2023-12-30 01:24:31 +08:00 committed by GitHub
parent 6fa1cf24a1
commit af2edc6964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ sleep.legacy to httpbin.bar: 000
command terminated with exit code 56
{{< /text >}}
To refine the mutual TLS settings per port, you must configure the `portLevelMtls` section. For example, the following peer authentication policy requires mutual TLS on all ports, except port `80`:
To refine the mutual TLS settings per port, you must configure the `portLevelMtls` section. For example, the following peer authentication policy requires mutual TLS on all ports, except port `8080`:
{{< text bash >}}
$ cat <<EOF | kubectl apply -n bar -f -