From 59f282bc005dbeaa671aa255d47e0fecba76623b Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 1 Mar 2026 20:11:55 +0000 Subject: [PATCH] Created via MCP --- apps/nginx-mcp/service.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apps/nginx-mcp/service.yaml diff --git a/apps/nginx-mcp/service.yaml b/apps/nginx-mcp/service.yaml new file mode 100644 index 0000000..d1eb85b --- /dev/null +++ b/apps/nginx-mcp/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: nginx-mcp + namespace: nginx-mcp + labels: + app: nginx-mcp +spec: + selector: + app: nginx-mcp + ports: + - name: http + port: 80 + targetPort: 80 + type: ClusterIP