Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eingang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
eingang-manager
Commits
53e12c31
Commit
53e12c31
authored
1 month ago
by
Felix Reichenbach
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7573 add grpc port to service
parent
73e5dcef
No related branches found
No related tags found
1 merge request
!11
OZG-7573 add grpc port to service
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/service.yaml
+3
-0
3 additions, 0 deletions
src/main/helm/templates/service.yaml
src/test/helm/service_test.yaml
+10
-0
10 additions, 0 deletions
src/test/helm/service_test.yaml
with
13 additions
and
0 deletions
src/main/helm/templates/service.yaml
+
3
−
0
View file @
53e12c31
...
@@ -32,6 +32,9 @@ metadata:
...
@@ -32,6 +32,9 @@ metadata:
component
:
eingang-adapter-service
component
:
eingang-adapter-service
spec
:
spec
:
ports
:
ports
:
-
name
:
grpc-9090
port
:
9090
protocol
:
TCP
-
name
:
http
-
name
:
http
port
:
8080
port
:
8080
protocol
:
TCP
protocol
:
TCP
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/service_test.yaml
+
10
−
0
View file @
53e12c31
...
@@ -49,6 +49,16 @@ tests:
...
@@ -49,6 +49,16 @@ tests:
-
equal
:
-
equal
:
path
:
spec.type
path
:
spec.type
value
:
ClusterIP
value
:
ClusterIP
-
it
:
ports should contain the grpc port
asserts
:
-
contains
:
path
:
spec.ports
content
:
name
:
grpc-9090
port
:
9090
protocol
:
TCP
count
:
1
any
:
true
-
it
:
ports should contain the 8080 default http port
-
it
:
ports should contain the 8080 default http port
asserts
:
asserts
:
-
contains
:
-
contains
:
...
...
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