Skip to content

Commit

Permalink
remove http listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Feb 5, 2024
1 parent 885b98a commit 5fe7a75
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions acceptance/tests/fixtures/bases/api-gateway-v2/apigateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,9 @@ metadata:
spec:
gatewayClassName: gateway-class
listeners:
- protocol: HTTP
port: 80
name: http
allowedRoutes:
namespaces:
from: "All"
- protocol: TCP
port: 81
name: tcp
allowedRoutes:
namespaces:
from: "All"
- protocol: HTTPS
port: 443
name: https
tls:
certificateRefs:
- name: "certificate"
allowedRoutes:
namespaces:
from: "All"

0 comments on commit 5fe7a75

Please sign in to comment.