fix: explicit namespaces and ingress class annotations for curio
Build MCP Services / build-mcp-filesystem (push) Successful in 1m23s Details

This commit is contained in:
Antigravity 2026-05-14 08:44:13 -04:00
parent 59cb46aeb6
commit 2f5218e152
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ kind: ApisixRoute
metadata: metadata:
name: curio-route name: curio-route
namespace: curio namespace: curio
annotations:
kubernetes.io/ingress.class: apisix
spec: spec:
http: http:
- name: curio-rule - name: curio-rule

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: curio-app name: curio-app
namespace: curio
spec: spec:
replicas: 2 replicas: 2
selector: selector:
@ -25,6 +26,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: curio-app name: curio-app
namespace: curio
spec: spec:
selector: selector:
app: curio-app app: curio-app

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: curio-db name: curio-db
namespace: curio
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -26,6 +27,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: curio-db name: curio-db
namespace: curio
spec: spec:
selector: selector:
app: curio-db app: curio-db