About the NodePort Service for the Connection Manager
The TimesTen Operator creates a NodePort Service that enables access to the Connection Manager API from outside the cluster. The Service routes incoming requests to the current leader Operator instance. The service is called timesten-operator-np
.
By default the NodePort Service is configured to use port number 32625
. You can override this port number by using the TT_CONNECTION_MANAGER_NODEPORT
environment variable in the operator.yaml
or cluster_operator.yaml
YAML files or by using the operatorNodePort
value in the ttoperator
or ttclusteroperator
Helm charts.
Note:
Kubernetes allows NodePort Services to use only port numbers between30000
and 32767
.