Skip to content
Snippets Groups Projects
Commit fb3b9f74 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Updated Service and Slice requested and limit resources
parent d167ccc7
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!87Context & Device Performance Enhancements
......@@ -45,11 +45,11 @@ spec:
command: ["/bin/grpc_health_probe", "-addr=:3030"]
resources:
requests:
cpu: 32m
memory: 32Mi
cpu: 250m
memory: 128Mi
limits:
cpu: 128m
memory: 64Mi
cpu: 1000m
memory: 1024Mi
---
apiVersion: v1
kind: Service
......
......@@ -50,11 +50,11 @@ spec:
command: ["/bin/grpc_health_probe", "-addr=:4040"]
resources:
requests:
cpu: 32m
cpu: 250m
memory: 128Mi
limits:
cpu: 128m
memory: 256Mi
cpu: 1000m
memory: 1024Mi
---
apiVersion: v1
kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment