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
79109a7a
Commit
79109a7a
authored
Apr 26, 2021
by
Thomas Runyon
Browse files
added bigbang things
parent
41dfdebe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
chart/templates/bigbang/virtualservice.yaml
chart/templates/bigbang/virtualservice.yaml
+33
-0
chart/values.yaml
chart/values.yaml
+11
-0
No files found.
chart/templates/bigbang/virtualservice.yaml
0 → 100644
View file @
79109a7a
{{
- if .Values.istio.enabled
}}
apiVersion
:
networking.istio.io/v1alpha3
kind
:
VirtualService
metadata
:
name
:
nexus
namespace
:
{{
.Release.Namespace
}}
labels
:
app.kubernetes.io/name
:
{{
include "nexus.name" .
}}
helm.sh/chart
:
{{
include "nexus.name" .
}}
app.kubernetes.io/instance
:
{{
.Release.Name
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service
}}
app.kubernetes.io/part-of
:
nexus
app.kubernetes.io/component
:
developer-tools
spec
:
gateways
:
{{
- range .Values.istio.nexus.gateways
}}
-
{{
.
}}
{{
- end
}}
hosts
:
{{
- range .Values.istio.nexus.hosts
}}
-
{{
tpl . $
}}
{{
- end
}}
http
:
-
route
:
-
destination
:
port
:
number
:
{{
.Values.service.port
}}
{{
- if .Values.service.name
}}
name
:
{{
.Values.service.name
}}
.{{ .Release.Namespace }}.svc
{{
- else
}}
name
:
{{
template "nexus.name" .
}}
-service.{{ .Release.Namespace }}.svc
{{
- end
}}
{{
- end
}}
\ No newline at end of file
chart/values.yaml
View file @
79109a7a
## Overrides for generated resource names
## Overrides for generated resource names
# namespaceOverride:
# namespaceOverride:
hostname
:
bigbang.dev
istio
:
enabled
:
false
nexus
:
gateways
:
-
"
istio-system/main"
hosts
:
-
nexus.{{ .Values.hostname }}
statefulset
:
statefulset
:
enabled
:
false
enabled
:
false
replicaCount
:
1
replicaCount
:
1
...
...
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