UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

#95: Add explicit weight to vault istio virtualservice destinations

Merged #95: Add explicit weight to vault istio virtualservice destinations
All threads resolved!
Merged Andrew Kesterson requested to merge 95_explicit_dest_weight into main
All threads resolved!
Files
4
@@ -24,6 +24,7 @@ spec:
port:
number: 8200
host: {{ .Release.Name }}.vault.svc.cluster.local
weight: 100
tls:
- match:
- port: 8443
@@ -36,4 +37,5 @@ spec:
host: {{ .Release.Name }}.vault.svc.cluster.local
port:
number: 8200
weight: 100
{{- end }}
Loading