Commit 90f70197 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Corrected Resource limits in interdomain, service and slice components
parent 24ed3623
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -44,11 +44,11 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:10010"]
        resources:
          requests:
            cpu: 100m
            cpu: 250m
            memory: 64Mi
          limits:
            cpu: 500m
            memory: 512Mi
            cpu: 1000m
            memory: 1024Mi
---
apiVersion: v1
kind: Service
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
        resources:
          requests:
            cpu: 100m
            cpu: 250m
            memory: 128Mi
          limits:
            cpu: 1000m
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:4040"]
        resources:
          requests:
            cpu: 100m
            cpu: 250m
            memory: 128Mi
          limits:
            cpu: 1000m