From 8e0f060131795d50b5e14a1671dc96600bc272ff Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Fri, 13 Sep 2024 16:00:37 +0000 Subject: [PATCH] Analytics component: - Corrected Liveness/Readiness probes --- manifests/analyticsservice.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/analyticsservice.yaml b/manifests/analyticsservice.yaml index 9fbdc642f..0fa3ed0be 100644 --- a/manifests/analyticsservice.yaml +++ b/manifests/analyticsservice.yaml @@ -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 -- GitLab