This commit is contained in:
22
manifests/00-system-stuff/gateway.yaml
Normal file
22
manifests/00-system-stuff/gateway.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: my-gateway
|
||||
labels:
|
||||
color: coral
|
||||
spec:
|
||||
gatewayClassName: cilium
|
||||
addresses:
|
||||
- value: "0.0.0.0"
|
||||
- type: IPAddress
|
||||
value: 192.168.0.105
|
||||
- type: IPAddress
|
||||
value: 10.0.10.251
|
||||
listeners:
|
||||
- protocol: HTTP
|
||||
port: 80
|
||||
name: web-gw
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
9
manifests/00-system-stuff/ippool.yaml
Normal file
9
manifests/00-system-stuff/ippool.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: "cilium.io/v2alpha1"
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: "lb-pool"
|
||||
spec:
|
||||
cidrs:
|
||||
|
||||
- cidr: "10.0.10.0/24"
|
||||
|
||||
Reference in New Issue
Block a user