feat/canary-demo #1

Merged
admin merged 6 commits from feat/canary-demo into main 2026-03-03 07:40:53 +00:00
Showing only changes of commit 106e0d4fd5 - Show all commits

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