Files
k3s-gitops/apps/nginx-mcp/service.yaml
2026-03-01 20:11:55 +00:00

16 lines
226 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx-mcp
namespace: nginx-mcp
labels:
app: nginx-mcp
spec:
selector:
app: nginx-mcp
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP