Fix callouts

Closes #39590

Signed-off-by: AndyMunro <amunro@redhat.com>
This commit is contained in:
AndyMunro
2025-05-09 09:54:35 -04:00
parent 1e2b0fdfc4
commit 404e8e89b5
3 changed files with 6 additions and 5 deletions

View File

@@ -158,7 +158,7 @@ The pom.xml file for your SPI requires a `dependencyManagement` section with an
</project>
----
<.> Replace `VERSION` with the current version of {project_name}
<1> Replace `VERSION` with the current version of {project_name}
[[_override_builtin_providers]]
==== Override built-in providers

View File

@@ -37,8 +37,9 @@ spec:
strategy: RecreateOnImageChange|Auto|Explicit # <1>
revision: "abc" # <2>
----
<.> Set the desired update strategy here.
<.> Revision value for `Explicit` strategy.
<1> Set the desired update strategy here.
<2> Revision value for `Explicit` strategy.
Ignored by the other strategies.
[%autowidth]

View File

@@ -305,8 +305,8 @@ spec:
"7800": # <2>
mode: PERMISSIVE
----
<.> Update the labels to match your {project_name} deployment.
<.> Port 7800 is the default. Adjust it if you change the data transmission port.
<1> Update the labels to match your {project_name} deployment.
<2> Port 7800 is the default. Adjust it if you change the data transmission port.
As an alternative, to disable the mTLS communication, and rely on the service mesh to encrypt the traffic: