diff --git a/apps/nginx-mcp/service.yaml b/apps/nginx-mcp/service.yaml new file mode 100644 index 0000000..9f89877 --- /dev/null +++ b/apps/nginx-mcp/service.yaml @@ -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