From dfc22eefe23bfd3e9482f2e383c53508c5ba2876 Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 8 Jul 2023 16:12:13 -0400 Subject: [PATCH] Fix backend hosts for istio --- argo/goldpinger/values.yaml | 1 + argo/istio-ingress/templates/istio-ingress.yaml | 2 +- argo/longhorn/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/argo/goldpinger/values.yaml b/argo/goldpinger/values.yaml index 5bc894c..f759bde 100644 --- a/argo/goldpinger/values.yaml +++ b/argo/goldpinger/values.yaml @@ -9,3 +9,4 @@ istio: ingressSelector: ingressgateway-internal issuer: vault-issuer port: 80 + backendHost: goldpinger diff --git a/argo/istio-ingress/templates/istio-ingress.yaml b/argo/istio-ingress/templates/istio-ingress.yaml index e9ba9b2..092bba8 100644 --- a/argo/istio-ingress/templates/istio-ingress.yaml +++ b/argo/istio-ingress/templates/istio-ingress.yaml @@ -57,6 +57,6 @@ spec: - destination: port: number: {{ .Values.istio.port }} - host: {{ .Values.istio.name }} + host: {{ .Values.istio.backendHost }} ... {{ end }} diff --git a/argo/longhorn/values.yaml b/argo/longhorn/values.yaml index d9a6656..433275c 100644 --- a/argo/longhorn/values.yaml +++ b/argo/longhorn/values.yaml @@ -6,3 +6,4 @@ istio: ingressSelector: ingressgateway-internal issuer: vault-issuer port: 80 + backendHost: longhorn-frontend