Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
fd58f7f7
Commit
fd58f7f7
authored
1 year ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Manifests:
- Updated port in Forecaster's manifest
parent
d2fd29ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!235
Release TeraFlowSDN 3.0
,
!160
Resolve "(CTTC) Forecaster component"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/forecasterservice.yaml
+6
-6
6 additions, 6 deletions
manifests/forecasterservice.yaml
with
6 additions
and
6 deletions
manifests/forecasterservice.yaml
+
6
−
6
View file @
fd58f7f7
...
...
@@ -32,7 +32,7 @@ spec:
image
:
labs.etsi.org:5050/tfs/controller/forecaster:latest
imagePullPolicy
:
Always
ports
:
-
containerPort
:
202
0
-
containerPort
:
1004
0
-
containerPort
:
9192
env
:
-
name
:
LOG_LEVEL
...
...
@@ -41,15 +41,15 @@ spec:
value
:
"
10"
startupProbe
:
exec
:
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:
202
0"
]
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:
1004
0"
]
failureThreshold
:
30
periodSeconds
:
1
readinessProbe
:
exec
:
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:
202
0"
]
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:
1004
0"
]
livenessProbe
:
exec
:
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:
202
0"
]
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:
1004
0"
]
resources
:
requests
:
cpu
:
250m
...
...
@@ -71,8 +71,8 @@ spec:
ports
:
-
name
:
grpc
protocol
:
TCP
port
:
202
0
targetPort
:
202
0
port
:
1004
0
targetPort
:
1004
0
-
name
:
metrics
protocol
:
TCP
port
:
9192
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment