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:
name: curio-route
namespace: curio
annotations:
kubernetes.io/ingress.class: apisix
spec:
http:
- name: curio-rule

View File

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

View File

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