mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
fix(monitoring): Grafana memory limit 512Mi → 1Gi
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
273d4b2a23
commit
d552abd2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ grafana:
|
|||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 1Gi
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: nfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue