Initial commit
This commit is contained in:
13
infrastructure/metallb-config/ipaddresspool.yaml
Normal file
13
infrastructure/metallb-config/ipaddresspool.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# MetalLB IP Address Pool
|
||||
# Replace <YOUR_IP_RANGE> with a range of unused IPs on your LAN.
|
||||
# These IPs will be assigned to LoadBalancer services (e.g. Traefik).
|
||||
# Example: 192.168.1.200-192.168.1.210
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: metallb-pool
|
||||
namespace: infrastructure
|
||||
spec:
|
||||
addresses:
|
||||
- <YOUR_IP_RANGE>
|
||||
autoAssign: true
|
||||
Reference in New Issue
Block a user