Skip to content
Snippets Groups Projects
Commit 8e0f0601 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Analytics component:

- Corrected Liveness/Readiness probes
parent 2c1fc9c8
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!261(CTTC) New Analytics Component
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment