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
3558335f
Commit
3558335f
authored
Nov 03, 2020
by
Josh Wolf
Browse files
vanilla vs
parent
a0cdbd5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
chart/templates/console-vs.yaml
chart/templates/console-vs.yaml
+16
-0
chart/values.yaml
chart/values.yaml
+2
-0
No files found.
chart/templates/console-vs.yaml
0 → 100644
View file @
3558335f
apiVersion
:
networking.istio.io/v1alpha3
kind
:
VirtualService
metadata
:
name
:
console
namespace
:
{{
.Release.Namespace
}}
spec
:
hosts
:
-
"
twistlock.{{
.Values.console.hostname
}}"
gateways
:
-
main.istio-system.svc.cluster.local
http
:
-
route
:
-
destination
:
port
:
number
:
8081
host
:
twistlock-console.{{ .Release.Namespace }}.svc.cluster.local
chart/values.yaml
View file @
3558335f
...
@@ -3,6 +3,8 @@ prometheus:
...
@@ -3,6 +3,8 @@ prometheus:
enabled
:
false
enabled
:
false
console
:
console
:
hostname
:
bigbang.dev
image
:
image
:
repository
:
registry.dsop.io/platform-one/big-bang/apps/security-tools/twistlock/console
repository
:
registry.dsop.io/platform-one/big-bang/apps/security-tools/twistlock/console
tag
:
20.04.163
tag
:
20.04.163
...
...
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