From 18649c50a7aac5729f7c8e2e87ccf39b46ca6144 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Thu, 14 May 2026 08:44:35 -0400 Subject: [PATCH] new updates --- k8s/apisix-route.yaml | 2 ++ k8s/app.yaml | 2 ++ k8s/database.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/k8s/apisix-route.yaml b/k8s/apisix-route.yaml index 56e4c49..b090d67 100644 --- a/k8s/apisix-route.yaml +++ b/k8s/apisix-route.yaml @@ -3,6 +3,8 @@ kind: ApisixRoute metadata: name: curio-route namespace: curio + annotations: + kubernetes.io/ingress.class: apisix spec: http: - name: curio-rule diff --git a/k8s/app.yaml b/k8s/app.yaml index e642ddb..bd403e6 100644 --- a/k8s/app.yaml +++ b/k8s/app.yaml @@ -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 diff --git a/k8s/database.yaml b/k8s/database.yaml index b957321..6b1a424 100644 --- a/k8s/database.yaml +++ b/k8s/database.yaml @@ -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