You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by GitBox <gi...@apache.org> on 2022/12/12 10:19:27 UTC

[GitHub] [hop] scali opened a new issue, #2049: [Feature Request]: Add resources configuration Helm Chart

scali opened a new issue, #2049:
URL: https://github.com/apache/hop/issues/2049

   ### What would you like to happen?
   
   Add *resources* section configuration in Helm Chart
   
   Something like below (in `hop-deployement.yaml` file)
   
   ````yaml
   // Some comments here
   apiVersion: apps/v1
   kind: Deployment
   ...
   spec:
     template:
       spec:
         containers:
               resources:
               {{- toYaml .Values.resources | nindent 12 }}
   ````
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Containers


-- 
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: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva commented on issue #2049: [Feature Request]: Add resources configuration Helm Chart

Posted by GitBox <gi...@apache.org>.
hansva commented on issue #2049:
URL: https://github.com/apache/hop/issues/2049#issuecomment-1346242942

   @scali , We love PR's ! feel free to create one!


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #2049: [Feature Request]: Add resources configuration Helm Chart

Posted by GitBox <gi...@apache.org>.
hansva closed issue #2049: [Feature Request]: Add resources configuration Helm Chart
URL: https://github.com/apache/hop/issues/2049


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] scali commented on issue #2049: [Feature Request]: Add resources configuration Helm Chart

Posted by GitBox <gi...@apache.org>.
scali commented on issue #2049:
URL: https://github.com/apache/hop/issues/2049#issuecomment-1346227120

   I've got the willing to submit a PR


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org