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