Update demo/httproute.yaml

This commit is contained in:
2026-07-08 00:27:20 +02:00
parent c08a0d97f0
commit 1eebdbdd37
+20 -12
View File
@@ -1,16 +1,24 @@
apiVersion: networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1
kind: Ingress kind: HTTPRoute
metadata: metadata:
name: demo name: demo
spec: spec:
hostnames:
- demo.int.example.com
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: eg
namespace: envoy-gateway-system
sectionName: https
rules: rules:
- host: demo.int.example.com - backendRefs:
http: - group: ""
paths: kind: Service
- backend: name: demo
service: port: 80
name: demo weight: 1
port: matches:
number: 80 - path:
path: / type: PathPrefix
pathType: Prefix value: /