UNCLASSIFIED

Commit 3558335f authored by Josh Wolf's avatar Josh Wolf
Browse files

vanilla vs

parent a0cdbd5c
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
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment