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 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
{{- 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
...@@ -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
......
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