Commit 8e0f0601 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Analytics component:

- Corrected Liveness/Readiness probes
parent 2c1fc9c8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,10 +44,10 @@ spec:
                name: kfk-kpi-data
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:30050"]
              command: ["/bin/grpc_health_probe", "-addr=:30080"]
          livenessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:30050"]
              command: ["/bin/grpc_health_probe", "-addr=:30080"]
          resources:
            requests:
              cpu: 250m
@@ -69,10 +69,10 @@ spec:
                name: kfk-kpi-data
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:30060"]
              command: ["/bin/grpc_health_probe", "-addr=:30090"]
          livenessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:30060"]
              command: ["/bin/grpc_health_probe", "-addr=:30090"]
          resources:
            requests:
              cpu: 250m