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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue