Skip to content

Commit

Permalink
Explicitly state which Infinispan port should be used to connect to t…
Browse files Browse the repository at this point in the history
…he Infinispan console

Resolves #1916
  • Loading branch information
ryanemerson committed Jan 11, 2024
1 parent 740cbe3 commit 5af2c77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/asciidoc/topics/proc_connecting_console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ For example, configure a `LoadBalancer` service or create a `Route`.
* Access the console from any browser at `$HOSTNAME:$PORT`.
+
Replace `$HOSTNAME:$PORT` with the network location where {brandname} is available.

NOTE: The {brandname} Console should only be accessed via {k8s} services or an {openshiftshort} `Route` exposing port 11222.
8 changes: 8 additions & 0 deletions documentation/asciidoc/topics/ref_network_services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Reference information for network services that {ispn_operator} creates and mana
| TCP
| Access to {brandname} endpoints within the {k8s} cluster or from an {openshiftshort} `Route`.

| `<cluster_name>-admin`
| `11223`
| TCP
| Access to {brandname} endpoints within the {k8s} cluster for internal {ispn_operator} use. This port utilises a different
security-realm to port 11222 and should not be accessed by user applications.

| `<cluster_name>-ping`
| `8888`
| TCP
Expand All @@ -32,3 +38,5 @@ Reference information for network services that {ispn_operator} creates and mana
| JGroups RELAY2 channel for cross-site communication.

|===

NOTE: The {brandname} Console should only be accessed via {k8s} services or an {openshiftshort} `Route` exposing port 11222.

0 comments on commit 5af2c77

Please sign in to comment.