diff --git a/linkerd.io/content/2.10/features/protocol-detection.md b/linkerd.io/content/2.10/features/protocol-detection.md index 89ab216f22b70..07b37eda60030 100644 --- a/linkerd.io/content/2.10/features/protocol-detection.md +++ b/linkerd.io/content/2.10/features/protocol-detection.md @@ -60,7 +60,7 @@ refers to the configuration when the destination is *on* the same cluster; the |-----------------|-----------------|-------------------|--------------------| | SMTP | 25, 587 | none\* | skip ports | | MySQL | 3306 | none\* | skip ports | -| MySQL w/ Galera | 3306, 4444, 4567, 4568 | opaque ports | skip ports | +| MySQL with Galera replication | 3306, 4444, 4567, 4568 | opaque ports for 3306, 4444; _and_ skip ports for 4567, 4568 | skip ports | | PostgreSQL | 5432 | none\* | skip ports | | Redis | 6379 | opaque ports | skip ports | | ElasticSearch | 9300 | opaque ports | skip ports |