From 3d92261b6126a6c430498d96ec2aae6982ce49f1 Mon Sep 17 00:00:00 2001 From: Ashish Jaiswal Date: Tue, 13 Aug 2024 14:47:01 +0530 Subject: [PATCH] migrated the ingressroute to ingressroutetcp and removed options as per the tcp spec --- .../puppetserver/templates/ingressroutetcp.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml b/argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml index 649620530..febb7440a 100644 --- a/argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml +++ b/argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml @@ -6,18 +6,11 @@ spec: entryPoints: - websecure routes: - - kind: Rule - match: HostSNI(`{{ .Values.customerid }}.puppet.obmondo.com`) + - match: HostSNI(`{{ .Values.customerid }}.puppet.obmondo.com`) priority: 10 services: - - kind: Service - name: puppetserver-{{ .Values.customerid }}-puppet - namespace: puppetserver-{{ .Values.customerid }} - passHostHeader: true + - name: puppetserver-{{ .Values.customerid }}-puppet port: puppetserver - healthCheck: - path: /status/v1/simple - interval: 15s nativeLB: true tls: passthrough: true