Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
antragraum-proxy
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
antragraum-proxy
Commits
d60ec6ad
Commit
d60ec6ad
authored
9 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6730 set grpc server port fixed
parent
00990673
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/main/helm/templates/deployment.yaml
+1
-1
1 addition, 1 deletion
src/main/helm/templates/deployment.yaml
src/main/helm/values.yaml
+0
-1
0 additions, 1 deletion
src/main/helm/values.yaml
src/test/helm/deployment_env_test.yaml
+1
-19
1 addition, 19 deletions
src/test/helm/deployment_env_test.yaml
with
2 additions
and
21 deletions
src/main/helm/templates/deployment.yaml
+
1
−
1
View file @
d60ec6ad
...
...
@@ -63,7 +63,7 @@ spec:
-
name
:
GRPC_SERVER_MOCK
value
:
"
{{
((.Values.grpc).server).mock
}}"
-
name
:
GRPC_SERVER_PORT
value
:
"
{{
((.Values.grpc).server).port
}}
"
value
:
"
9090
"
{{
- with include "app.getCustomList" .
}}
{{
. | indent 10
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/values.yaml
+
0
−
1
View file @
d60ec6ad
...
...
@@ -35,5 +35,4 @@ image:
grpc
:
server
:
port
:
9090
mock
:
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/helm/deployment_env_test.yaml
+
1
−
19
View file @
d60ec6ad
...
...
@@ -30,9 +30,6 @@ set:
tests
:
-
it
:
check customList as list
set
:
grpc
:
server
:
port
:
9090
env.customList
:
-
name
:
my_test_environment_name
value
:
"
A
test
value"
...
...
@@ -51,9 +48,6 @@ tests:
value
:
"
B
test
value"
-
it
:
check customList as dict
set
:
grpc
:
server
:
port
:
9090
env.customList
:
my_test_environment_name
:
"
A
test
value"
test_environment
:
"
B
test
value"
...
...
@@ -98,15 +92,3 @@ tests:
content
:
name
:
GRPC_SERVER_MOCK
value
:
"
true"
\ No newline at end of file
-
it
:
should set GRPC_SERVER_PORT
set
:
grpc
:
server
:
port
:
9091
asserts
:
-
contains
:
path
:
spec.template.spec.containers[0].env
content
:
name
:
GRPC_SERVER_PORT
value
:
"
9091"
\ No newline at end of file
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