Fix callouts

Closes #39590

Signed-off-by: AndyMunro <amunro@redhat.com>
This commit is contained in:
andymunro 2025-05-09 10:10:59 -04:00 committed by GitHub
parent 1e2b0fdfc4
commit afe6d4d4a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: