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: ...@@ -44,10 +44,10 @@ spec:
name: kfk-kpi-data name: kfk-kpi-data
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:30050"] command: ["/bin/grpc_health_probe", "-addr=:30080"]
livenessProbe: livenessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:30050"] command: ["/bin/grpc_health_probe", "-addr=:30080"]
resources: resources:
requests: requests:
cpu: 250m cpu: 250m
...@@ -69,10 +69,10 @@ spec: ...@@ -69,10 +69,10 @@ spec:
name: kfk-kpi-data name: kfk-kpi-data
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:30060"] command: ["/bin/grpc_health_probe", "-addr=:30090"]
livenessProbe: livenessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:30060"] command: ["/bin/grpc_health_probe", "-addr=:30090"]
resources: resources:
requests: requests:
cpu: 250m 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