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