diff --git a/examples/gateway/gateway-nodeport.yaml b/examples/gateway/gateway-nodeport.yaml index f789404db2c..6023b936158 100644 --- a/examples/gateway/gateway-nodeport.yaml +++ b/examples/gateway/gateway-nodeport.yaml @@ -52,7 +52,7 @@ spec: - protocol: HTTPS port: 443 routes: - kind: HTTPSRoute + kind: HTTPRoute selector: matchLabels: app: kuard diff --git a/examples/gateway/gateway.yaml b/examples/gateway/gateway.yaml index 3f8ee13a4ca..a1e40e5aeff 100644 --- a/examples/gateway/gateway.yaml +++ b/examples/gateway/gateway.yaml @@ -49,7 +49,7 @@ spec: - protocol: HTTPS port: 443 routes: - kind: HTTPSRoute + kind: HTTPRoute selector: matchLabels: app: kuard