From 35885e729cfa3d2569f7bd669f997c8570153193 Mon Sep 17 00:00:00 2001 From: Claude AI Date: Tue, 3 Mar 2026 07:13:15 +0000 Subject: [PATCH] chore: cleanup nginx-mcp --- apps/nginx-mcp/service.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/nginx-mcp/service.yaml diff --git a/apps/nginx-mcp/service.yaml b/apps/nginx-mcp/service.yaml deleted file mode 100644 index 5c88724..0000000 --- a/apps/nginx-mcp/service.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: nginx-mcp - namespace: nginx-mcp - labels: - app: nginx-mcp -spec: - selector: - app: nginx-mcp - ports: - - protocol: TCP - port: 80 - targetPort: 80 - type: ClusterIP