diff --git a/manifests/dltservice.yaml b/manifests/dltservice.yaml index 6b0139302bd36c8a55f475258b26c0eb93ccd5ca..5e8f745f78b14ea4f8881b8992ef788ce89fdcc2 100644 --- a/manifests/dltservice.yaml +++ b/manifests/dltservice.yaml @@ -73,10 +73,10 @@ spec: # timeoutSeconds: 5 resources: requests: - cpu: 250m + cpu: 200m memory: 512Mi limits: - cpu: 1000m + cpu: 700m memory: 1024Mi --- apiVersion: v1 diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml index 761c4d944cb55f0f39888d640c027ca975361f87..43caa9f04b56d6477d82c5a5bb22cb292eec8a90 100644 --- a/manifests/webuiservice.yaml +++ b/manifests/webuiservice.yaml @@ -59,7 +59,7 @@ spec: cpu: 50m memory: 128Mi limits: - cpu: 500m + cpu: 1000m memory: 1024Mi - name: grafana image: grafana/grafana:8.5.22 @@ -97,7 +97,7 @@ spec: cpu: 250m memory: 512Mi limits: - cpu: 1000m + cpu: 500m memory: 1024Mi --- apiVersion: v1