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
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
vorgang-manager
Merge requests
!23
Ozg 7573 forwarding interface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ozg 7573 forwarding interface
OZG-7573-forwarding-interface
into
main
Overview
3
Commits
24
Pipelines
0
Changes
2
3 unresolved threads
Hide all comments
Merged
Felix Reichenbach
requested to merge
OZG-7573-forwarding-interface
into
main
1 month ago
Overview
3
Commits
24
Pipelines
0
Changes
2
3 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
c7dd67f8
Prev
Next
Show latest version
2 files
+
6
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
c7dd67f8
OZG-7573 OZG-7987 adjust names of variables
· c7dd67f8
Krzysztof Witukiewicz
authored
1 month ago
src/main/helm/templates/deployment.yaml
+
2
−
2
Options
@@ -164,9 +164,9 @@ spec:
value
:
{{
(.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT"
}}
{{
- end
}}
-
name
:
grpc_client_forwarder_address
value
:
{{
(
(.Values.
ozgcloud).
forwarder).address
}}
value
:
{{
(.Values.forwarder).address
}}
-
name
:
grpc_client_forwarder_negotiationType
value
:
{{
(
(.Values.
ozgcloud).
forwarder).grpcClientNegotiationType | default "TLS"
}}
value
:
{{
(.Values.forwarder).grpcClientNegotiationType | default "TLS"
}}
{{
- if not (.Values.database).useExternal
}}
-
name
:
spring_data_mongodb_uri
Loading