Skip to content

Commit

Permalink
move gateway to test manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <[email protected]>
  • Loading branch information
guydc committed Mar 12, 2024
1 parent b104a06 commit db26d44
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/e2e/base/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,18 +642,3 @@ spec:
- protocol: TCP
port: 8000
targetPort: 8000
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: ha-gateway
namespace: gateway-conformance-infra
spec:
gatewayClassName: upgrade
listeners:
- allowedRoutes:
namespaces:
from: Same
name: http1
port: 80
protocol: HTTP
15 changes: 15 additions & 0 deletions test/e2e/testdata/envoy-shutdown.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: ha-gateway
namespace: gateway-conformance-infra
spec:
gatewayClassName: upgrade
listeners:
- allowedRoutes:
namespaces:
from: Same
name: http1
port: 80
protocol: HTTP
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-envoy-shutdown
Expand Down

0 comments on commit db26d44

Please sign in to comment.