Skip to content

Commit 7db9c39

Browse files
committed
update deployment
1 parent b5637d1 commit 7db9c39

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

kustomize/base/deployment-jira-mcp.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,6 @@ spec:
2929
- image: ${JIRA_MCP_IMAGE}
3030
imagePullPolicy: Always
3131
name: mcp
32-
env:
33-
- name: JIRA_BASE_URL
34-
valueFrom:
35-
secretKeyRef:
36-
name: bugzooka-jira
37-
key: JIRA_BASE_URL
38-
- name: JIRA_TOKEN
39-
valueFrom:
40-
secretKeyRef:
41-
name: bugzooka-jira
42-
key: JIRA_TOKEN
43-
- name: JIRA_ALLOWED_PROJECTS
44-
valueFrom:
45-
secretKeyRef:
46-
name: bugzooka-jira
47-
key: JIRA_ALLOWED_PROJECTS
4832
ports:
4933
- containerPort: 3031
5034
protocol: TCP

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ email-validator==2.3.0
4343
exceptiongroup==1.3.0
4444
faiss-cpu==1.12.0
4545
fastjsonschema==2.21.1
46-
fastmcp==2.13.0.2
4746
filelock==3.16.0
4847
filetype==1.2.0
4948
findpython==0.6.1

0 commit comments

Comments
 (0)