feat(nginx-mcp): add ClusterIP service port 80

This commit is contained in:
Claude AI
2026-03-03 07:22:38 +00:00
parent 1526b9cc9c
commit 106e0d4fd5

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