Fix backend hosts for istio

This commit is contained in:
Amarpreet Minhas 2023-07-08 16:12:13 -04:00
parent e2831ded85
commit dfc22eefe2
3 changed files with 3 additions and 1 deletions

View file

@ -9,3 +9,4 @@ istio:
ingressSelector: ingressgateway-internal ingressSelector: ingressgateway-internal
issuer: vault-issuer issuer: vault-issuer
port: 80 port: 80
backendHost: goldpinger

View file

@ -57,6 +57,6 @@ spec:
- destination: - destination:
port: port:
number: {{ .Values.istio.port }} number: {{ .Values.istio.port }}
host: {{ .Values.istio.name }} host: {{ .Values.istio.backendHost }}
... ...
{{ end }} {{ end }}

View file

@ -6,3 +6,4 @@ istio:
ingressSelector: ingressgateway-internal ingressSelector: ingressgateway-internal
issuer: vault-issuer issuer: vault-issuer
port: 80 port: 80
backendHost: longhorn-frontend