feat: initial bootstrap manifests for argocd and gitea
This commit is contained in:
17
infrastructure/metalLB/metallb-config.yaml
Normal file
17
infrastructure/metalLB/metallb-config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: first-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.200-192.168.1.220 # <-- HIER DEINEN BEREICH EINTRAGEN
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: l2-advertisement
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- first-pool
|
||||
Reference in New Issue
Block a user