diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 60eb91ca618573c4f15067a54db7e9bc73fc989a..48755a2f88f66888d6d6779b40fe098ade84a151 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,4 +1,4 @@ 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 diff --git a/chart/templates/console-vs.yaml b/chart/templates/console-vs.yaml index 30ca857a06c38082176fe91fe59a5e2d930cb8ec..b375b34cc9490fffb27403b370d1f4e8a7cb2161 100644 --- a/chart/templates/console-vs.yaml +++ b/chart/templates/console-vs.yaml @@ -1,3 +1,4 @@ +{{- 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 diff --git a/chart/values.yaml b/chart/values.yaml index c114d3d05f1f9d8e28aca0483b8e847f41c3c5a0..c34ce76250f44c51592dc27121be75dffa952ddc 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2,6 +2,9 @@ prometheus: servicemonitor: enabled: false +istio: + enabled: false + console: hostname: bigbang.dev