adding in metallb configuration and sample app with auto load balancer working
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: first-pool
|
||||
# namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.50.101-192.168.50.110
|
||||
|
||||
---
|
||||
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: example
|
||||
# namespace: metallb-system
|
||||
Reference in New Issue
Block a user