k8s deployment
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: mcp-jira-credentials
|
||||
namespace: mcp
|
||||
type: Opaque
|
||||
stringData:
|
||||
JIRA_URL: "https://your-org.atlassian.net"
|
||||
JIRA_USERNAME: "your-email@example.com"
|
||||
JIRA_API_TOKEN: "your-api-token"
|
||||
Reference in New Issue
Block a user