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 \
|
gcr.io/kaniko-project/executor:latest \
|
||||||
--context=dir://"$GITHUB_WORKSPACE/curaflow" \
|
--context=dir://"$GITHUB_WORKSPACE/curaflow" \
|
||||||
--dockerfile="$GITHUB_WORKSPACE/curaflow/Dockerfile" \
|
--dockerfile="$GITHUB_WORKSPACE/curaflow/Dockerfile" \
|
||||||
--destination=192.168.8.250:5000/curaflow:latest \
|
--destination=192.168.8.250:5000/agentic-os/curaflow:latest \
|
||||||
--insecure \
|
--insecure \
|
||||||
--skip-tls-verify
|
--skip-tls-verify
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: curaflow
|
- name: curaflow
|
||||||
image: 192.168.8.250:5000/curaflow:latest
|
image: 192.168.8.250:5000/agentic-os/curaflow:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
env:
|
env:
|
||||||
|
|
@ -42,10 +42,6 @@ metadata:
|
||||||
k8s.apisix.apache.org/enable-websocket: "true"
|
k8s.apisix.apache.org/enable-websocket: "true"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: apisix
|
ingressClassName: apisix
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- curaflow.applaude.net
|
|
||||||
secretName: curaflow-tls
|
|
||||||
rules:
|
rules:
|
||||||
- host: curaflow.applaude.net
|
- host: curaflow.applaude.net
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue