From c7f30a61015ddcf14abace2105c109984e20c668 Mon Sep 17 00:00:00 2001 From: Claude AI Date: Sun, 1 Mar 2026 21:31:17 +0000 Subject: [PATCH] chore: remove nginx-weighted --- apps/nginx-weighted/ingressroute.yaml | 38 --------------------------- 1 file changed, 38 deletions(-) delete mode 100644 apps/nginx-weighted/ingressroute.yaml diff --git a/apps/nginx-weighted/ingressroute.yaml b/apps/nginx-weighted/ingressroute.yaml deleted file mode 100644 index 3069d74..0000000 --- a/apps/nginx-weighted/ingressroute.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -# HTTPS entrypoint — routes nginx.thedevops.dev through weighted TraefikService -apiVersion: traefik.io/v1alpha1 -kind: IngressRoute -metadata: - name: nginx-weighted - namespace: nginx-mcp -spec: - entryPoints: - - websecure - routes: - - match: Host(`nginx.thedevops.dev`) - kind: Rule - services: - - name: nginx-weighted - namespace: nginx-mcp - kind: TraefikService - tls: - secretName: nginx-weighted-tls ---- -# HTTP entrypoint — redirects all HTTP traffic to HTTPS -apiVersion: traefik.io/v1alpha1 -kind: IngressRoute -metadata: - name: nginx-weighted-http - namespace: nginx-mcp -spec: - entryPoints: - - web - routes: - - match: Host(`nginx.thedevops.dev`) - kind: Rule - middlewares: - - name: redirect-https - namespace: nginx-mcp - services: - - name: nginx-mcp - port: 80