mirror of https://github.com/hashicorp/consul
parent
5070a39038
commit
619c288023
|
@ -2640,6 +2640,23 @@ Use these links to navigate to a particular top-level stanza.
|
||||||
beta.kubernetes.io/arch: amd64
|
beta.kubernetes.io/arch: amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- `resources` ((#v-webhookcertmanager-resources)) (`map`) - The resource requests (CPU, memory, etc.) for the server-acl-init and server-acl-init-cleanup pods.
|
||||||
|
This should be a YAML map corresponding to a Kubernetes
|
||||||
|
[`ResourceRequirements``](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core)
|
||||||
|
object.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: '200Mi'
|
||||||
|
cpu: '100m'
|
||||||
|
limits:
|
||||||
|
memory: '200Mi'
|
||||||
|
cpu: '100m'
|
||||||
|
```
|
||||||
|
|
||||||
### prometheus ((#h-prometheus))
|
### prometheus ((#h-prometheus))
|
||||||
|
|
||||||
- `prometheus` ((#v-prometheus)) - Configures a demo Prometheus installation.
|
- `prometheus` ((#v-prometheus)) - Configures a demo Prometheus installation.
|
||||||
|
|
Loading…
Reference in New Issue