added deploy script

This commit is contained in:
2025-06-29 18:10:55 +02:00
parent 994a857b5d
commit 0f48caa9aa
6 changed files with 83 additions and 4 deletions

View File

@ -0,0 +1,15 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: ip-pool
namespace: metallb-system
spec:
addresses:
- 10.50.3.30-10.50.3.40
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2
namespace: metallb-system

View File

@ -1,3 +1,8 @@
service:
spec:
externalTrafficPolicy: Local
loadBalancerIP: 10.50.3.30
ports:
web:
redirections: