k8s deployment

This commit is contained in:
Stéphane Tailland
2026-05-08 12:58:17 +02:00
parent 9102725e6e
commit 1551b7f228
7 changed files with 74 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: mcp-jira
namespace: mcp
spec:
selector:
app: mcp-jira
ports:
- port: 9000
targetPort: 9000