traefik/pkg/provider/kubernetes/gateway/fixtures/httproute/without_httproute.yml

21 lines
425 B
YAML
Raw Normal View History

---
kind: GatewayClass
2024-01-09 09:28:05 +00:00
apiVersion: gateway.networking.k8s.io/v1
metadata:
name: my-gateway-class
spec:
controllerName: traefik.io/gateway-controller
---
kind: Gateway
2024-01-09 09:28:05 +00:00
apiVersion: gateway.networking.k8s.io/v1
metadata:
name: my-gateway
namespace: default
spec:
gatewayClassName: my-gateway-class
listeners: # Use GatewayClass defaults for listener definition.
- name: http
protocol: HTTP
port: 80