feat: add nginx-mcp service - ClusterIP port 80

This commit is contained in:
Claude AI
2026-03-02 14:01:19 +00:00
parent 4c2cc9b5c5
commit 62f8c2c476

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:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP