mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
fix: update injector resources requirements (#11198)
This commit is contained in:
parent
b9e34c9efc
commit
a0fa320dcd
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue