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
|
ingressSelector: ingressgateway-internal
|
||||||
issuer: vault-issuer
|
issuer: vault-issuer
|
||||||
port: 80
|
port: 80
|
||||||
|
backendHost: goldpinger
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -6,3 +6,4 @@ istio:
|
||||||
ingressSelector: ingressgateway-internal
|
ingressSelector: ingressgateway-internal
|
||||||
issuer: vault-issuer
|
issuer: vault-issuer
|
||||||
port: 80
|
port: 80
|
||||||
|
backendHost: longhorn-frontend
|
||||||
|
|
Loading…
Reference in a new issue