Skip to content

Commit

Permalink
Add mysql-agent port 8443 to list of network rules
Browse files Browse the repository at this point in the history
Leaving port 3306 in the list for now, we should remove it when we remove support for the old binding workflow.

[#156146477]
  • Loading branch information
crhino authored Jul 26, 2018
1 parent 9c964d3 commit 5ce5409
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion about.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ Regardless of the specific network layout, the operator must ensure network rule
<td><strong>ODB</strong></td>
<td><strong>MySQL service instances</strong>
</td>
<td>3306</td>
<td>
<ul>
<li>3306</li>
<li>8443</li>
</ul>
</td>
<td>One-way</td>
<td>This connection is for administrative tasks. Avoid opening general use, app-specific ports for this connection.</td>
</tr>
Expand Down

0 comments on commit 5ce5409

Please sign in to comment.