resource lowering on monitoring
This commit is contained in:
@@ -4,10 +4,10 @@ ingress:
|
||||
- grafana.127.0.0.1.nip.io
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
||||
adminUser: admin
|
||||
|
||||
@@ -29,11 +29,11 @@ singleBinary:
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 2Gi
|
||||
cpu: 100m
|
||||
memory: 1Gi
|
||||
read:
|
||||
replicas: 0
|
||||
backend:
|
||||
|
||||
@@ -6,10 +6,10 @@ server:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
cpu: 150m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 300m
|
||||
memory: 1Gi
|
||||
|
||||
enableLifecycle: true
|
||||
|
||||
@@ -27,8 +27,8 @@ persistence:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
|
||||
Reference in New Issue
Block a user