GitHub user julienLemarie added a comment to the discussion: Resources for 
"wait-for-postgres"

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

GitHub link: 
https://github.com/apache/superset/discussions/32917#discussioncomment-12679279

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


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

Reply via email to