k8s deployment
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mcp-jira
|
||||
namespace: mcp
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: mcp-jira
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: mcp-jira
|
||||
spec:
|
||||
containers:
|
||||
- name: mcp-jira
|
||||
image: ghcr.io/sooperset/mcp-atlassian:latest
|
||||
args: ["--transport", "streamable-http", "--port", "9000"]
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mcp-jira-credentials
|
||||
Reference in New Issue
Block a user