Commit 25c978f3 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Corrected limits and replicas of compute and webui components
parent 8d8e6f53
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ spec:
  selector:
    matchLabels:
      app: computeservice
  replicas: 1
  template:
    metadata:
      labels:
@@ -44,16 +45,18 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:9090"]
        resources:
          requests:
            cpu: 250m
            memory: 512Mi
            cpu: 50m
            memory: 64Mi
          limits:
            cpu: 700m
            memory: 1024Mi
            cpu: 500m
            memory: 512Mi
---
apiVersion: v1
kind: Service
metadata:
  name: computeservice
  labels:
    app: computeservice
spec:
  type: ClusterIP
  selector:
+10 −7
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ spec:
  selector:
    matchLabels:
      app: webuiservice
  replicas: 1
  template:
    metadata:
      labels:
@@ -55,11 +56,11 @@ spec:
          timeoutSeconds: 1
        resources:
          requests:
            cpu: 100m
            memory: 512Mi
            cpu: 50m
            memory: 64Mi
          limits:
            cpu: 700m
            memory: 1024Mi
            cpu: 500m
            memory: 512Mi
      - name: grafana
        image: grafana/grafana:8.5.11
        imagePullPolicy: IfNotPresent
@@ -92,16 +93,18 @@ spec:
          timeoutSeconds: 1
        resources:
          requests:
            cpu: 250m
            memory: 750Mi
            cpu: 150m
            memory: 512Mi
          limits:
            cpu: 700m
            cpu: 500m
            memory: 1024Mi
---
apiVersion: v1
kind: Service
metadata:
  name: webuiservice
  labels:
    app: webuiservice
spec:
  type: ClusterIP
  selector: