kubernetes/k8s-wheatley/base/cilium/gateways.yaml

17 lines
290 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: internal
spec:
gatewayClassName: cilium
addresses:
- type: IPAddress
value: 10.13.38.10
listeners:
- allowedRoutes:
namespaces:
from: All
name: http
port: 80
protocol: HTTP