Created via MCP

This commit is contained in:
2026-03-01 20:11:55 +00:00
parent 53a3780718
commit 59f282bc00

View File

@@ -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