UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
4d0184c6
Commit
4d0184c6
authored
Apr 16, 2021
by
Sam
Browse files
feat: allow virtualservice hostname to be overriden
parent
0a2e0615
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
chart/templates/bigbang/virtualservice.yaml
chart/templates/bigbang/virtualservice.yaml
+1
-1
chart/values.yaml
chart/values.yaml
+2
-7
No files found.
chart/templates/bigbang/virtualservice.yaml
View file @
4d0184c6
...
@@ -16,7 +16,7 @@ spec:
...
@@ -16,7 +16,7 @@ spec:
gateways
:
gateways
:
-
main.istio-system.svc.cluster.local
-
main.istio-system.svc.cluster.local
hosts
:
hosts
:
-
"
nexus-repository-manager
.{{
.Values.
hostname
}}"
-
"
{{
.Values.hostname
}}
.{{
.Values.
domain
}}"
http
:
http
:
-
route
:
-
route
:
-
destination
:
-
destination
:
...
...
chart/values.yaml
View file @
4d0184c6
# -- Big Bang Additions
# -- Big Bang Additions
hostname
:
bigbang.dev
hostname
:
nexus
domain
:
bigbang.dev
istio
:
istio
:
enabled
:
false
enabled
:
false
license_key
:
"
"
license_key
:
"
"
...
@@ -32,12 +33,6 @@ sso:
...
@@ -32,12 +33,6 @@ sso:
-
"
nx-admin"
-
"
nx-admin"
# -- End of BigBang Additions
# -- End of BigBang Additions
global
:
hosts
:
name
:
nexus-repository-manager
service
:
name
:
nexus-repository-manager
ingress
:
ingress
:
enabled
:
true
enabled
:
true
annotations
:
{
kubernetes.io/ingress.class
:
nginx
}
annotations
:
{
kubernetes.io/ingress.class
:
nginx
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment