MongoDBOpsManagerExternalConnectivity if sets allows for the creation of a Service for
accessing Ops Manager instances in this member cluster from outside the Kubernetes cluster.
If specified (even if provided empty) then this field overrides `spec.externalConnectivity` field entirely.
If not specified, then `spec.externalConnectivity` field is used for the Ops Manager and Backup Daemon instances in this cluster.
annotations
object
Annotations is a list of annotations to be directly passed to the Service object.
clusterIP
string
ClusterIP IP that will be assigned to this Service when creating a ClusterIP type Service
externalTrafficPolicy
string
ExternalTrafficPolicy mechanism to preserve the client source IP.
Only supported on GCE and Google Kubernetes Engine.
enum: Cluster, Local
loadBalancerIP
string
LoadBalancerIP IP that will be assigned to this LoadBalancer.
port
integer
Port in which this `Service` will listen to, this applies to `NodePort`.
format: int32
type
string required
Type of the `Service` to be created.
enum: LoadBalancer, NodePort, ClusterIP