feat: add nginx-mcp service - ClusterIP port 80
This commit is contained in:
15
apps/nginx-mcp/service.yaml
Normal file
15
apps/nginx-mcp/service.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user