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
69f6677d
Commit
69f6677d
authored
2 years ago
by
Fotis Soldatos
Browse files
Options
Downloads
Patches
Plain Diff
fix(automation): remoce grpc-server port from K8s manifest
parent
98bc3962
No related branches found
No related tags found
1 merge request
!54
Release 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/automation/target/kubernetes/kubernetes.yml
+8
-14
8 additions, 14 deletions
src/automation/target/kubernetes/kubernetes.yml
with
8 additions
and
14 deletions
src/automation/target/kubernetes/kubernetes.yml
+
8
−
14
View file @
69f6677d
...
...
@@ -3,21 +3,18 @@ apiVersion: v1
kind
:
Service
metadata
:
annotations
:
app.quarkus.io/commit-id
:
74773b80b7b73352a520b5053826ea2cf3b54770
app.quarkus.io/build-timestamp
:
2022-07-1
9
- 10:
14:45
+0000
app.quarkus.io/commit-id
:
98bc3962955ae34dff1e172ee3c74c8338690b7a
app.quarkus.io/build-timestamp
:
2022-07-
2
1 - 10:
48:30
+0000
labels
:
app.kubernetes.io/name
:
automationservice
app
:
automationservice
name
:
automationservice
spec
:
ports
:
-
name
:
grpc
port
:
5050
targetPort
:
5050
-
name
:
http
port
:
8080
targetPort
:
8080
-
name
:
grpc
-server
-
name
:
grpc
port
:
5050
targetPort
:
5050
selector
:
...
...
@@ -28,8 +25,8 @@ apiVersion: apps/v1
kind
:
Deployment
metadata
:
annotations
:
app.quarkus.io/commit-id
:
74773b80b7b73352a520b5053826ea2cf3b54770
app.quarkus.io/build-timestamp
:
2022-07-1
9
- 10:
14:45
+0000
app.quarkus.io/commit-id
:
98bc3962955ae34dff1e172ee3c74c8338690b7a
app.quarkus.io/build-timestamp
:
2022-07-
2
1 - 10:
48:30
+0000
labels
:
app
:
automationservice
app.kubernetes.io/name
:
automationservice
...
...
@@ -42,8 +39,8 @@ spec:
template
:
metadata
:
annotations
:
app.quarkus.io/commit-id
:
74773b80b7b73352a520b5053826ea2cf3b54770
app.quarkus.io/build-timestamp
:
2022-07-1
9
- 10:
14:45
+0000
app.quarkus.io/commit-id
:
98bc3962955ae34dff1e172ee3c74c8338690b7a
app.quarkus.io/build-timestamp
:
2022-07-
2
1 - 10:
48:30
+0000
labels
:
app
:
automationservice
app.kubernetes.io/name
:
automationservice
...
...
@@ -72,14 +69,11 @@ spec:
timeoutSeconds
:
10
name
:
automationservice
ports
:
-
containerPort
:
5050
name
:
grpc
protocol
:
TCP
-
containerPort
:
8080
name
:
http
protocol
:
TCP
-
containerPort
:
5050
name
:
grpc
-server
name
:
grpc
protocol
:
TCP
readinessProbe
:
failureThreshold
:
3
...
...
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