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
e7d1260e
Commit
e7d1260e
authored
2 years ago
by
Fotis Soldatos
Browse files
Options
Downloads
Patches
Plain Diff
chore(automation): update gRPC port name to grpc
parent
2af19f14
No related branches found
No related tags found
1 merge request
!54
Release 2.0.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/automation/src/main/resources/application.yml
+1
-1
1 addition, 1 deletion
src/automation/src/main/resources/application.yml
src/automation/target/kubernetes/kubernetes.yml
+12
-12
12 additions, 12 deletions
src/automation/target/kubernetes/kubernetes.yml
with
13 additions
and
13 deletions
src/automation/src/main/resources/application.yml
+
1
−
1
View file @
e7d1260e
...
@@ -53,7 +53,7 @@ quarkus:
...
@@ -53,7 +53,7 @@ quarkus:
http
:
http
:
host-port
:
8080
host-port
:
8080
container-port
:
8080
container-port
:
8080
grpc
-server
:
grpc
:
host-port
:
5050
host-port
:
5050
container-port
:
5050
container-port
:
5050
env
:
env
:
...
...
This diff is collapsed.
Click to expand it.
src/automation/target/kubernetes/kubernetes.yml
+
12
−
12
View file @
e7d1260e
...
@@ -3,20 +3,20 @@ apiVersion: v1
...
@@ -3,20 +3,20 @@ apiVersion: v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
annotations
:
annotations
:
app.quarkus.io/commit-id
:
665bca2f1245843e8c99eaa1a2c5315
a6
c
002
417
app.quarkus.io/commit-id
:
cfe69c57feb1d488c2dd
a6
2
002
1e3c62d67fc3d3
app.quarkus.io/build-timestamp
:
2022-07-1
3
-
10:46:17
+0000
app.quarkus.io/build-timestamp
:
2022-07-1
4
-
07:57:09
+0000
labels
:
labels
:
app.kubernetes.io/name
:
automationservice
app.kubernetes.io/name
:
automationservice
app
:
automationservice
app
:
automationservice
name
:
automationservice
name
:
automationservice
spec
:
spec
:
ports
:
ports
:
-
name
:
grpc-server
port
:
5050
targetPort
:
5050
-
name
:
http
-
name
:
http
port
:
8080
port
:
8080
targetPort
:
8080
targetPort
:
8080
-
name
:
grpc
port
:
5050
targetPort
:
5050
selector
:
selector
:
app.kubernetes.io/name
:
automationservice
app.kubernetes.io/name
:
automationservice
type
:
ClusterIP
type
:
ClusterIP
...
@@ -25,8 +25,8 @@ apiVersion: apps/v1
...
@@ -25,8 +25,8 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
annotations
:
annotations
:
app.quarkus.io/commit-id
:
665bca2f1245843e8c99eaa1a2c5315
a6
c
002
417
app.quarkus.io/commit-id
:
cfe69c57feb1d488c2dd
a6
2
002
1e3c62d67fc3d3
app.quarkus.io/build-timestamp
:
2022-07-1
3
-
10:46:17
+0000
app.quarkus.io/build-timestamp
:
2022-07-1
4
-
07:57:09
+0000
labels
:
labels
:
app
:
automationservice
app
:
automationservice
app.kubernetes.io/name
:
automationservice
app.kubernetes.io/name
:
automationservice
...
@@ -39,8 +39,8 @@ spec:
...
@@ -39,8 +39,8 @@ spec:
template
:
template
:
metadata
:
metadata
:
annotations
:
annotations
:
app.quarkus.io/commit-id
:
665bca2f1245843e8c99eaa1a2c5315
a6
c
002
417
app.quarkus.io/commit-id
:
cfe69c57feb1d488c2dd
a6
2
002
1e3c62d67fc3d3
app.quarkus.io/build-timestamp
:
2022-07-1
3
-
10:46:17
+0000
app.quarkus.io/build-timestamp
:
2022-07-1
4
-
07:57:09
+0000
labels
:
labels
:
app
:
automationservice
app
:
automationservice
app.kubernetes.io/name
:
automationservice
app.kubernetes.io/name
:
automationservice
...
@@ -69,12 +69,12 @@ spec:
...
@@ -69,12 +69,12 @@ spec:
timeoutSeconds
:
10
timeoutSeconds
:
10
name
:
automationservice
name
:
automationservice
ports
:
ports
:
-
containerPort
:
5050
name
:
grpc-server
protocol
:
TCP
-
containerPort
:
8080
-
containerPort
:
8080
name
:
http
name
:
http
protocol
:
TCP
protocol
:
TCP
-
containerPort
:
5050
name
:
grpc
protocol
:
TCP
readinessProbe
:
readinessProbe
:
failureThreshold
:
3
failureThreshold
:
3
httpGet
:
httpGet
:
...
...
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