[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / sdnc / components / sdnc-web / values.yaml
index 3c4874f..18b3206 100644 (file)
@@ -31,7 +31,7 @@ config:
   webPort: 8080
   sdnrProtocol: http
   sdnrHost: "sdnc"
-  sdnrPort: "8080"
+  sdnrPort: "8282"
   oauth:
     enabled: false
     odluxRbac:
@@ -93,15 +93,15 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: 999
+      memory: 0.5Gi
     requests:
       cpu: 0.5
-      memory: 500Mi
+      memory: 0.5Gi
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 1Gi
     requests:
       cpu: 1
       memory: 1Gi