deployment
Build MCP Services / build-mcp-filesystem (push) Successful in 1m28s
Details
Build MCP Services / build-mcp-filesystem (push) Successful in 1m28s
Details
This commit is contained in:
parent
0b53371c99
commit
ce1edeba3a
|
|
@ -18,6 +18,6 @@ jobs:
|
|||
gcr.io/kaniko-project/executor:latest \
|
||||
--context=dir://"$GITHUB_WORKSPACE/curaflow" \
|
||||
--dockerfile="$GITHUB_WORKSPACE/curaflow/Dockerfile" \
|
||||
--destination=192.168.8.250:5000/curaflow:latest \
|
||||
--destination=192.168.8.250:5000/agentic-os/curaflow:latest \
|
||||
--insecure \
|
||||
--skip-tls-verify
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: curaflow
|
||||
image: 192.168.8.250:5000/curaflow:latest
|
||||
image: 192.168.8.250:5000/agentic-os/curaflow:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
env:
|
||||
|
|
@ -42,10 +42,6 @@ metadata:
|
|||
k8s.apisix.apache.org/enable-websocket: "true"
|
||||
spec:
|
||||
ingressClassName: apisix
|
||||
tls:
|
||||
- hosts:
|
||||
- curaflow.applaude.net
|
||||
secretName: curaflow-tls
|
||||
rules:
|
||||
- host: curaflow.applaude.net
|
||||
http:
|
||||
|
|
|
|||
Loading…
Reference in New Issue