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

Manifests:

- Updated port in Forecaster's manifest
parent d2fd29ac
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!160Resolve "(CTTC) Forecaster component"
...@@ -32,7 +32,7 @@ spec: ...@@ -32,7 +32,7 @@ spec:
image: labs.etsi.org:5050/tfs/controller/forecaster:latest image: labs.etsi.org:5050/tfs/controller/forecaster:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 2020 - containerPort: 10040
- containerPort: 9192 - containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
...@@ -41,15 +41,15 @@ spec: ...@@ -41,15 +41,15 @@ spec:
value: "10" value: "10"
startupProbe: startupProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"]
failureThreshold: 30 failureThreshold: 30
periodSeconds: 1 periodSeconds: 1
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"]
livenessProbe: livenessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:10040"]
resources: resources:
requests: requests:
cpu: 250m cpu: 250m
...@@ -71,8 +71,8 @@ spec: ...@@ -71,8 +71,8 @@ spec:
ports: ports:
- name: grpc - name: grpc
protocol: TCP protocol: TCP
port: 2020 port: 10040
targetPort: 2020 targetPort: 10040
- name: metrics - name: metrics
protocol: TCP protocol: TCP
port: 9192 port: 9192
......
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