fix: update injector resources requirements (#11198)

This commit is contained in:
Zadkiel 2021-09-02 17:01:02 +02:00 committed by GitHub
parent b9e34c9efc
commit a0fa320dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,9 +123,11 @@ and consider if they're appropriate for your deployment.
```yaml
resources:
requests:
memory: '10Gi'
memory: '256Mi'
cpu: '250m'
limits:
memory: '10Gi'
memory: '256Mi'
cpu: '250m'
```
- `namespaceSelector` (`dictionary: {}`) - The selector used by the admission webhook controller to limit what namespaces where injection can happen. If set to null, all non-system namespaces are eligible for injection.