2025-11-08 17:20:48 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: Gateway
|
|
|
|
|
metadata:
|
|
|
|
|
name: public
|
|
|
|
|
spec:
|
|
|
|
|
gatewayClassName: cilium
|
|
|
|
|
infrastructure:
|
|
|
|
|
addresses:
|
|
|
|
|
- type: IPAddress
|
|
|
|
|
value: 10.7.65.250
|
|
|
|
|
listeners:
|
|
|
|
|
- allowedRoutes:
|
|
|
|
|
namespaces:
|
|
|
|
|
from: All
|
|
|
|
|
name: http
|
|
|
|
|
port: 80
|
|
|
|
|
protocol: HTTP
|
|
|
|
|
- allowedRoutes:
|
|
|
|
|
namespaces:
|
|
|
|
|
from: All
|
|
|
|
|
name: https
|
|
|
|
|
port: 443
|
|
|
|
|
protocol: HTTPS
|
|
|
|
|
tls:
|
|
|
|
|
certificateRefs:
|
|
|
|
|
- kind: Secret
|
2025-11-10 15:33:29 +01:00
|
|
|
name: tls-wildcard-peterg-nl
|
2025-11-08 17:20:48 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: Gateway
|
|
|
|
|
metadata:
|
|
|
|
|
name: internal
|
|
|
|
|
spec:
|
|
|
|
|
gatewayClassName: cilium
|
|
|
|
|
addresses:
|
|
|
|
|
- type: IPAddress
|
|
|
|
|
value: 10.167.84.11
|
|
|
|
|
listeners:
|
|
|
|
|
- allowedRoutes:
|
|
|
|
|
namespaces:
|
|
|
|
|
from: All
|
|
|
|
|
name: http
|
|
|
|
|
port: 80
|
|
|
|
|
protocol: HTTP
|
|
|
|
|
- allowedRoutes:
|
|
|
|
|
namespaces:
|
|
|
|
|
from: All
|
|
|
|
|
name: https
|
|
|
|
|
port: 443
|
|
|
|
|
protocol: HTTPS
|
|
|
|
|
tls:
|
|
|
|
|
certificateRefs:
|
|
|
|
|
- kind: Secret
|
2025-11-10 15:33:29 +01:00
|
|
|
name: tls-wildcard-peterg-nl
|