monitoring(grafana): lower recovery scheduling requests
This commit is contained in:
parent
eb4a197eb7
commit
5ec561f620
@ -312,6 +312,10 @@ spec:
|
||||
podAnnotations:
|
||||
vault.hashicorp.com/agent-inject: "true"
|
||||
vault.hashicorp.com/role: "monitoring"
|
||||
vault.hashicorp.com/agent-requests-cpu: "25m"
|
||||
vault.hashicorp.com/agent-requests-mem: "64Mi"
|
||||
vault.hashicorp.com/agent-limits-cpu: "250m"
|
||||
vault.hashicorp.com/agent-limits-mem: "128Mi"
|
||||
monitoring.bstein.dev/restart-rev: "12"
|
||||
vault.hashicorp.com/agent-inject-secret-grafana-env.sh: "kv/data/atlas/monitoring/grafana-admin"
|
||||
vault.hashicorp.com/agent-inject-template-grafana-env.sh: |
|
||||
@ -331,7 +335,7 @@ spec:
|
||||
enabled: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user