UNCLASSIFIED

Commit 28f8ab97 authored by runyontr's avatar runyontr
Browse files

Merge branch 'istio-flag' into 'main'

Add isito flag

See merge request !5
parents 5946830b 9ba2f1eb
apiVersion: v2
name: twistlock
version: 0.0.1-bb.0
version: 0.0.2-bb.0
appVersion: 20.04.163
\ No newline at end of file
{{- if .Values.istio.enabled }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
......@@ -14,3 +15,4 @@ spec:
port:
number: 8081
host: twistlock-console.{{ .Release.Namespace }}.svc.cluster.local
{{- end }}
\ No newline at end of file
......@@ -2,6 +2,9 @@ prometheus:
servicemonitor:
enabled: false
istio:
enabled: false
console:
hostname: bigbang.dev
......
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