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

Monitoring component:

- corrected deployment name in manifest file
- added resource requests and limits for monitoring server container
parent ffbf7393
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
......@@ -51,7 +51,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: monitoringserver
name: monitoringservice
spec:
selector:
matchLabels:
......@@ -89,6 +89,13 @@ spec:
livenessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:7070"]
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: 700m
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