Skip to content

Commit

Permalink
update galera replication instructions (kubernetes#1064)
Browse files Browse the repository at this point in the history
Signed-off-by: William Morgan <[email protected]>
  • Loading branch information
wmorgan authored Apr 30, 2021
1 parent 97240dd commit a0bbd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd.io/content/2.10/features/protocol-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit a0bbd74

Please sign in to comment.