forked from roger/k3s-cluster
fix(prometheus): bump memory limit from 2Gi to 4Gi to prevent OOMKilled
This commit is contained in:
@@ -42,7 +42,7 @@ spec:
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
memory: "4Gi"
|
||||
cpu: "1000m"
|
||||
volumes:
|
||||
- name: prometheus-config
|
||||
|
||||
Reference in New Issue
Block a user