Fix backend hosts for istio
This commit is contained in:
parent
e2831ded85
commit
dfc22eefe2
3 changed files with 3 additions and 1 deletions
|
@ -9,3 +9,4 @@ istio:
|
|||
ingressSelector: ingressgateway-internal
|
||||
issuer: vault-issuer
|
||||
port: 80
|
||||
backendHost: goldpinger
|
||||
|
|
|
@ -57,6 +57,6 @@ spec:
|
|||
- destination:
|
||||
port:
|
||||
number: {{ .Values.istio.port }}
|
||||
host: {{ .Values.istio.name }}
|
||||
host: {{ .Values.istio.backendHost }}
|
||||
...
|
||||
{{ end }}
|
||||
|
|
|
@ -6,3 +6,4 @@ istio:
|
|||
ingressSelector: ingressgateway-internal
|
||||
issuer: vault-issuer
|
||||
port: 80
|
||||
backendHost: longhorn-frontend
|
||||
|
|
Loading…
Reference in a new issue