Files
db-cd/apps/kustomize/web/base/gateway/routes/https.yaml
Drew Bowering d31a196d87 remove BackendTLSPolicy
- Cilium Gateway doesn't support TLS backends yet.
2026-02-04 16:01:58 -07:00

21 lines
400 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: web-https
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: web-gw
sectionName: https
rules:
- backendRefs:
- group: ""
kind: Service
name: web
port: 80
matches:
- path:
type: PathPrefix
value: /