julienLemarie commented on issue #32859:
URL: https://github.com/apache/superset/issues/32859#issuecomment-2754671775

   In fact, I already try to put directly explicitly resources values on the 
the wait-for-postgres `initContainer` even if it's not on the documentation but 
it's not working:
   
   ```
   superset:
     init:
       resources:
         requests:
           cpu: 0.1
           memory: 256Mi
         limits:
           cpu: 0.5
           memory: 512Mi
     initContainers:
       - name: wait-for-postgres
         resources:
           requests:
             cpu: 0.1
             memory: 256Mi
           limits:
             cpu: 0.5
             memory: 512Mi
   ```


-- 
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