curaflow/k8s/apisix-route.yaml

17 lines
275 B
YAML

apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
name: Curio-route
namespace: Curio
spec:
http:
- name: Curio-rule
match:
hosts:
- Curio.applaude.net
paths:
- /*
backends:
- serviceName: Curio-app
servicePort: 80