psheets opened a new issue, #10538:
URL: https://github.com/apache/pinot/issues/10538

   What needs to be done?
   
   - There should be a way to pass extra configurations for container and 
service ports when deploying with the helm chart. 
   
   Why the feature is needed (e.g. describing the use case). 
   
   - The otel service we are using to scrap metrics from the cluster requires 
the Prometheous metrics port to be configured as a containerPort. There is not 
currently and option to do that using the values options. 
   
   initial idea/proposal
   
   - Mimic the extraEnv implementation 
   -  add 
       extraContainerPort:
              - containerPort: 1234
                 protocol: FOO
                 name: BAR
   to the values file and append any configurations to the 
spec.template.spec.container.ports path.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to