diff --git a/glance/values.yaml b/glance/values.yaml
index cfaacbe12b..891a4f3cf5 100644
--- a/glance/values.yaml
+++ b/glance/values.yaml
@@ -181,51 +181,51 @@ resources:
   enabled: false
   api:
     limits:
-      memory: "128Mi"
-      cpu: "500m"
+      memory: "1024Mi"
+      cpu: "2000m"
     requests:
       memory: "128Mi"
       cpu: "500m"
   registry:
     limits:
-      memory: "128Mi"
-      cpu: "500m"
+      memory: "1024Mi"
+      cpu: "2000m"
     requests:
       memory: "128Mi"
       cpu: "500m"
   jobs:
     db:
       limits:
-        memory: "128Mi"
-        cpu: "500m"
+        memory: "1024Mi"
+        cpu: "2000m"
       requests:
         memory: "128Mi"
         cpu: "500m"
     init:
       limits:
-        memory: "128Mi"
-        cpu: "500m"
+        memory: "1024Mi"
+        cpu: "2000m"
       requests:
         memory: "128Mi"
         cpu: "500m"
     post:
       limits:
-        memory: "128Mi"
-        cpu: "500m"
+        memory: "1024Mi"
+        cpu: "2000m"
       requests:
         memory: "128Mi"
         cpu: "500m"
     bootstrap:
       limits:
-        memory: "128Mi"
-        cpu: "500m"
+        memory: "1024Mi"
+        cpu: "2000m"
       requests:
         memory: "128Mi"
         cpu: "500m"
   tests:
     limits:
-      memory: "128Mi"
-      cpu: "500m"
+      memory: "1024Mi"
+      cpu: "2000m"
     requests:
       memory: "128Mi"
       cpu: "500m"