new updates
Build Curio HMS / build-and-deploy (push) Successful in 44s
Details
Build Curio HMS / build-and-deploy (push) Successful in 44s
Details
This commit is contained in:
parent
b8c8735a80
commit
18649c50a7
|
|
@ -3,6 +3,8 @@ kind: ApisixRoute
|
|||
metadata:
|
||||
name: curio-route
|
||||
namespace: curio
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: apisix
|
||||
spec:
|
||||
http:
|
||||
- name: curio-rule
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue