2025-11-08 22:01:51 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: Gateway
|
|
|
|
|
metadata:
|
|
|
|
|
name: internal
|
|
|
|
|
spec:
|
|
|
|
|
gatewayClassName: cilium
|
|
|
|
|
addresses:
|
|
|
|
|
- type: IPAddress
|
2025-12-14 13:57:30 +01:00
|
|
|
value: placeholder
|
2025-11-08 22:01:51 +01:00
|
|
|
listeners:
|
|
|
|
|
- allowedRoutes:
|
|
|
|
|
namespaces:
|
|
|
|
|
from: All
|
|
|
|
|
name: http
|
|
|
|
|
port: 80
|
|
|
|
|
protocol: HTTP
|
2025-12-14 13:57:30 +01:00
|
|
|
- allowedRoutes:
|
|
|
|
|
namespaces:
|
|
|
|
|
from: All
|
|
|
|
|
name: https
|
|
|
|
|
port: 443
|
|
|
|
|
protocol: HTTPS
|
|
|
|
|
tls:
|
|
|
|
|
certificateRefs:
|
|
|
|
|
- kind: Secret
|
|
|
|
|
name: placeholder
|