kubernetes/k8s-wheatley/cilium/gateways.yaml

18 lines
306 B
YAML
Raw Normal View History

---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: internal
spec:
gatewayClassName: cilium
addresses:
- type: IPAddress
2025-11-18 22:15:31 +01:00
value: 10.13.37.10
listeners:
- allowedRoutes:
namespaces:
from: All
name: http
port: 80
protocol: HTTP