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