Commit 7fa4fa21 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component manifest:

- Update limits and startup probe in deviceservice.yaml
parent f6f9280d
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@ spec:
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
        startupProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
          failureThreshold: 30
          periodSeconds: 10
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
@@ -49,11 +54,11 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
        resources:
          requests:
            cpu: 150m
            memory: 128Mi
          limits:
            cpu: 500m
            memory: 512Mi
          limits:
            cpu: 1000m
            memory: 1024Mi
---
apiVersion: v1
kind: Service