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
Security Tools
Twistlock
Commits
28f8ab97
Commit
28f8ab97
authored
Dec 15, 2020
by
runyontr
Browse files
Merge branch 'istio-flag' into 'main'
Add isito flag See merge request
!5
parents
5946830b
9ba2f1eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/console-vs.yaml
chart/templates/console-vs.yaml
+2
-0
chart/values.yaml
chart/values.yaml
+3
-0
No files found.
chart/Chart.yaml
View file @
28f8ab97
apiVersion
:
v2
apiVersion
:
v2
name
:
twistlock
name
:
twistlock
version
:
0.0.
1
-bb.0
version
:
0.0.
2
-bb.0
appVersion
:
20.04.163
appVersion
:
20.04.163
\ No newline at end of file
chart/templates/console-vs.yaml
View file @
28f8ab97
{{
- if .Values.istio.enabled
}}
apiVersion
:
networking.istio.io/v1alpha3
apiVersion
:
networking.istio.io/v1alpha3
kind
:
VirtualService
kind
:
VirtualService
metadata
:
metadata
:
...
@@ -14,3 +15,4 @@ spec:
...
@@ -14,3 +15,4 @@ spec:
port
:
port
:
number
:
8081
number
:
8081
host
:
twistlock-console.{{ .Release.Namespace }}.svc.cluster.local
host
:
twistlock-console.{{ .Release.Namespace }}.svc.cluster.local
{{
- end
}}
\ No newline at end of file
chart/values.yaml
View file @
28f8ab97
...
@@ -2,6 +2,9 @@ prometheus:
...
@@ -2,6 +2,9 @@ prometheus:
servicemonitor
:
servicemonitor
:
enabled
:
false
enabled
:
false
istio
:
enabled
:
false
console
:
console
:
hostname
:
bigbang.dev
hostname
:
bigbang.dev
...
...
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