new updates
Build Curio HMS / build-and-deploy (push) Successful in 44s Details

This commit is contained in:
Deep Koluguri 2026-05-14 08:44:35 -04:00
parent b8c8735a80
commit 18649c50a7
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