mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
Remove invalid metalb pool
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
# A name for the address pool. Services can request allocation
|
||||
# from a specific address pool using this name.
|
||||
name: home-apps-pool
|
||||
namespace: home-apps
|
||||
spec:
|
||||
# A list of IP address ranges over which MetalLB has
|
||||
# authority. You can list multiple ranges in a single pool, they
|
||||
# will all share the same settings. Each range can be either a
|
||||
# CIDR prefix, or an explicit start-end range of IPs.
|
||||
addresses:
|
||||
- 192.168.1.180-192.168.1.190
|
||||
|
||||
---
|
||||
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: home-apps
|
||||
namespace: nginx-ingress
|
||||
@@ -4,6 +4,7 @@ metadata:
|
||||
# A name for the address pool. Services can request allocation
|
||||
# from a specific address pool using this name.
|
||||
name: home-pool
|
||||
# has to be in the nginx-ingress namespace
|
||||
namespace: nginx-ingress
|
||||
spec:
|
||||
# A list of IP address ranges over which MetalLB has
|
||||
|
||||
@@ -111,7 +111,6 @@ metadata:
|
||||
name: adguard-metallb
|
||||
namespace: home-apps
|
||||
annotations:
|
||||
# metallb.universe.tf/address-pool: home-apps-pool
|
||||
metallb.universe.tf/loadBalancerIPs: 192.168.1.200
|
||||
labels:
|
||||
name: adguard-dns
|
||||
|
||||
Reference in New Issue
Block a user