Skip to content

Commit b5637d1

Browse files
committed
kustomize updates
1 parent 5714450 commit b5637d1

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

kustomize/base/configmap-mcp-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ data:
1212
"orion_mcp_server": {
1313
"url": "http://orion-mcp.orion-mcp:3030/mcp",
1414
"transport": "streamable_http"
15+
},
16+
"jira_mcp_server": {
17+
"url": "http://jira-mcp.${BUGZOOKA_NAMESPACE}:3031/mcp",
18+
"transport": "streamable_http"
1519
}
1620
}
1721
}

kustomize/base/configmap-mcp.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

kustomize/base/kustomization.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ resources:
1212
- configmap-prompts.yaml
1313
- configmap-mcp-config.yaml
1414
- deployment.yaml
15-
- configmap-mcp.yaml
16-
- deploymentconfig.yaml
1715
- deployment-jira-mcp.yaml
1816
- service-jira-mcp.yaml
1917

0 commit comments

Comments
 (0)