Files
ircs-prod-config/ircs-prod/edge-cutover/httproutes.yaml
T
2026-06-14 11:46:13 +08:00

56 lines
1.2 KiB
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: huawai-route
namespace: ircs-prod
labels:
app.kubernetes.io/part-of: ircs
environment: prod
spec:
hostnames:
- huawai.sophia.fr.eu.org
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: production-gateway
namespace: envoy-gateway-system
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ""
kind: Service
name: ircs-frontend-gateway
port: 80
weight: 1
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: ircs-route
namespace: ircs-prod
labels:
app.kubernetes.io/part-of: ircs
environment: prod
spec:
hostnames:
- ircs.sophia.fr.eu.org
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: production-gateway
namespace: envoy-gateway-system
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ""
kind: Service
name: ircs-frontend-gateway
port: 8080
weight: 1