Skip to content

Commit 13c0205

Browse files
authored
(DOCSP-26871) Update spec.externalConnectivity.port definition in the OM spec in the docs (#1159)
* (DOCSP-26871) Update spec.externalConnectivity.port definition in the OM spec * Tech review from Mircea * Second round tech review * Final tech review * Edits for clarity from John W * One more missed edit * added value
1 parent 028b289 commit 13c0205

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

source/reference/k8s-operator-om-specification.txt

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -698,24 +698,32 @@ Optional |onprem| Resource Settings
698698

699699
*Type*: integer
700700

701-
If :opsmgrkube:`spec.externalConnectivity.type` is ``NodePort``, the
702-
port on the |k8s| service from which external traffic is routed to
703-
the |application|.
701+
Value that indicates which port that a |k8s| service exposes the
702+
|application| should use for external traffic.
704703

705-
.. note::
706704

707-
You must configure your network's firewall to allow traffic over
708-
this port.
705+
- If :opsmgrkube:`spec.externalConnectivity.type` is ``NodePort``:
706+
707+
- The |k8s| service exposes the |application| to external traffic
708+
through this port.
709+
710+
- If you don't provide a :opsmgrkube:`spec.externalConnectivity.port`
711+
value, the |k8s| service routes traffic to the |application| from an
712+
available port selected randomly from the following default range: ``30000``-``32767``.
713+
714+
.. note::
715+
716+
You must configure your network's firewall to allow traffic over
717+
this port.
718+
719+
- If :opsmgrkube:`spec.externalConnectivity.type` is ``LoadBalancer``:
709720

710-
If :opsmgrkube:`spec.externalConnectivity.type` is ``LoadBalancer``,
711-
the load balancer resource that your cloud provider creates routes
712-
traffic to this port on the |k8s| service. You don't need to provide
713-
this value. |k8s| uses an open port within the default range and
714-
handles internal traffic routing appropriately.
721+
- The load balancer resource that your cloud provider creates exposes
722+
the |application| through this port.
715723

716-
In both cases, if this value is not provided, the |k8s| service
717-
routes traffic from an available port within the following default
718-
range to the |application|: ``30000``-``32767``.
724+
- If you don't provide a :opsmgrkube:`spec.externalConnectivity.port`
725+
value, the |k8s| service exposes the |application| to external
726+
traffic through the default HTTP (8080) or HTTPS (8443) port.
719727

720728
.. opsmgrkube:: spec.externalConnectivity.loadBalancerIP
721729

0 commit comments

Comments
 (0)