Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vorgang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
vorgang-manager
Commits
c7dd67f8
Commit
c7dd67f8
authored
3 months ago
by
Krzysztof Witukiewicz
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7573 OZG-7987 adjust names of variables
parent
803ee1e0
No related branches found
No related tags found
1 merge request
!23
Ozg 7573 forwarding interface
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/deployment.yaml
+2
-2
2 additions, 2 deletions
src/main/helm/templates/deployment.yaml
src/test/helm/deployment_forwarder_env_test.yaml
+4
-6
4 additions, 6 deletions
src/test/helm/deployment_forwarder_env_test.yaml
with
6 additions
and
8 deletions
src/main/helm/templates/deployment.yaml
+
2
−
2
View file @
c7dd67f8
...
@@ -164,9 +164,9 @@ spec:
...
@@ -164,9 +164,9 @@ spec:
value
:
{{
(.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT"
}}
value
:
{{
(.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT"
}}
{{
- end
}}
{{
- end
}}
-
name
:
grpc_client_forwarder_address
-
name
:
grpc_client_forwarder_address
value
:
{{
(
(.Values.
ozgcloud).
forwarder).address
}}
value
:
{{
(.Values.forwarder).address
}}
-
name
:
grpc_client_forwarder_negotiationType
-
name
:
grpc_client_forwarder_negotiationType
value
:
{{
(
(.Values.
ozgcloud).
forwarder).grpcClientNegotiationType | default "TLS"
}}
value
:
{{
(.Values.forwarder).grpcClientNegotiationType | default "TLS"
}}
{{
- if not (.Values.database).useExternal
}}
{{
- if not (.Values.database).useExternal
}}
-
name
:
spring_data_mongodb_uri
-
name
:
spring_data_mongodb_uri
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/deployment_forwarder_env_test.yaml
+
4
−
6
View file @
c7dd67f8
...
@@ -37,7 +37,6 @@ set:
...
@@ -37,7 +37,6 @@ set:
tests
:
tests
:
-
it
:
should set the grpc forwarder client address
-
it
:
should set the grpc forwarder client address
set
:
set
:
ozgcloud
:
forwarder
:
forwarder
:
address
:
https://forwarder.my-wonderful-domain.local:9000
address
:
https://forwarder.my-wonderful-domain.local:9000
asserts
:
asserts
:
...
@@ -55,7 +54,6 @@ tests:
...
@@ -55,7 +54,6 @@ tests:
value
:
TLS
value
:
TLS
-
it
:
should set the negotiation type
-
it
:
should set the negotiation type
set
:
set
:
ozgcloud
:
forwarder
:
forwarder
:
grpcClientNegotiationType
:
PLAINTEXT
grpcClientNegotiationType
:
PLAINTEXT
asserts
:
asserts
:
...
...
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