20 lines
360 B
YAML
20 lines
360 B
YAML
apiVersion: apisix.apache.org/v2
|
|
kind: ApisixRoute
|
|
metadata:
|
|
name: curio-route
|
|
namespace: curio
|
|
annotations:
|
|
kubernetes.io/ingress.class: apisix
|
|
spec:
|
|
http:
|
|
- name: curio-rule
|
|
match:
|
|
hosts:
|
|
- curio.applaude.net
|
|
- curaflow.applaude.net
|
|
paths:
|
|
- /*
|
|
backends:
|
|
- serviceName: curio-app
|
|
servicePort: 80
|