diff --git a/manifests/analyticsservice.yaml b/manifests/analyticsservice.yaml index 9fbdc642fdb6bc018b7fa1a150fc9fedd7576a94..0fa3ed0be6eda8cf944e199543e3c2cd59cc98d6 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