-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
-
False
-
Not Selected
With the OpentelemetryCollector CR we can modify the created service to be of type ClusterIP/NodePort and specify the various parameters to tune and configure it accordingly.
Unfortunately there's no option to specify that the service shall be configured as type: LoadBalancer which makes exposing it in such a way a manual and cumbersome task
Possible change to the CR could be
GROUP: opentelemetry.io KIND: OpenTelemetryCollector VERSION: v1beta1FIELD: ports <[]Object>DESCRIPTION: <empty> FIELDS: appProtocol <string> <no description> hostPort <integer> <no description> name <string> <no description> nodePort <integer> <no description> port <integer> -required- <no description> protocol <string> <no description> targetPort <Object> <no description> type <string> "Type of Service, supported ClusterIP,NodePort,LoadBalancer