Commit 2d441fa7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent f5473b3c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -54,11 +54,11 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:1010"]
            command: ["/bin/grpc_health_probe", "-addr=:1010"]
        resources:
        resources:
          requests:
          requests:
            cpu: 150m
            cpu: 250m
            memory: 128Mi
            memory: 128Mi
          limits:
          limits:
            cpu: 500m
            cpu: 1000m
            memory: 512Mi
            memory: 1024Mi
---
---
apiVersion: v1
apiVersion: v1
kind: Service
kind: Service
+2 −2
Original line number Original line Diff line number Diff line
@@ -53,8 +53,8 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
        resources:
        resources:
          requests:
          requests:
            cpu: 500m
            cpu: 250m
            memory: 512Mi
            memory: 128Mi
          limits:
          limits:
            cpu: 1000m
            cpu: 1000m
            memory: 1024Mi
            memory: 1024Mi
+5 −5
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        - containerPort: 9192
        env:
        env:
        - name: LOG_LEVEL
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        envFrom:
        envFrom:
        - secretRef:
        - secretRef:
            name: qdb-data
            name: qdb-data
@@ -48,11 +48,11 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:7070"]
            command: ["/bin/grpc_health_probe", "-addr=:7070"]
        resources:
        resources:
          requests:
          requests:
            cpu: 50m
            cpu: 250m
            memory: 64Mi
            memory: 256Mi
          limits:
          limits:
            cpu: 500m
            cpu: 1000m
            memory: 512Mi
            memory: 1024Mi
---
---
apiVersion: v1
apiVersion: v1
kind: Service
kind: Service
+2 −2
Original line number Original line Diff line number Diff line
@@ -69,10 +69,10 @@ spec:
        #  timeoutSeconds: 5
        #  timeoutSeconds: 5
        resources:
        resources:
          requests:
          requests:
            cpu: 100m
            cpu: 250m
            memory: 256Mi
            memory: 256Mi
          limits:
          limits:
            cpu: 500m
            cpu: 1000m
            memory: 1024Mi
            memory: 1024Mi
---
---
apiVersion: v1
apiVersion: v1
+3 −3
Original line number Original line Diff line number Diff line
@@ -45,11 +45,11 @@ spec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
        resources:
        resources:
          requests:
          requests:
            cpu: 150m
            cpu: 250m
            memory: 128Mi
            memory: 128Mi
          limits:
          limits:
            cpu: 500m
            cpu: 1000m
            memory: 512Mi
            memory: 1024Mi
---
---
apiVersion: v1
apiVersion: v1
kind: Service
kind: Service
Loading