UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
Universe
Community
odoo
Merge requests
!6
Added redirect to block a URL
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Added redirect to block a URL
develop
into
master
Overview
1
Commits
15
Pipelines
1
Changes
1
Open
@arun_sanna
requested to merge
develop
into
master
3 years ago
Overview
1
Commits
15
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
690985bc
15 commits,
3 years ago
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
chart/templates/bigbang/vs.yaml
+
11
−
0
Options
@@ -18,7 +18,18 @@ spec:
{{
- end
}}
hosts
:
-
{{
.Values.hostname
}}
http
:
-
match
:
-
uri
:
exact
:
"
/web/database/manager"
rewrite
:
uri
:
/
route
:
-
destination
:
host
:
{{
$serviceName
}}
port
:
number
:
{{
.Values.containerPort
}}
-
route
:
-
destination
:
host
:
{{
$serviceName
}}
Loading