feat: add nginx-mcp service

This commit is contained in:
Claude AI
2026-03-01 21:12:22 +00:00
parent 7427b6182f
commit 89650a3aac

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-mcp
namespace: nginx-mcp
labels:
app: nginx-mcp
track: stable
spec:
selector:
app: nginx-mcp
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP