diff --git a/argocd-helm-charts/puppetserver/templates/ingressroute.yaml b/argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml similarity index 86% rename from argocd-helm-charts/puppetserver/templates/ingressroute.yaml rename to argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml index 5285c6c0a..649620530 100644 --- a/argocd-helm-charts/puppetserver/templates/ingressroute.yaml +++ b/argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml @@ -1,5 +1,5 @@ apiVersion: traefik.io/v1alpha1 -kind: IngressRoute +kind: IngressRouteTCP metadata: name: puppetserver-{{ .Values.customerid }} spec: @@ -7,7 +7,7 @@ spec: - websecure routes: - kind: Rule - match: Host(`{{ .Values.customerid }}.puppet.obmondo.com`) + match: HostSNI(`{{ .Values.customerid }}.puppet.obmondo.com`) priority: 10 services: - kind: Service