changed load-balancer to metallb

This commit is contained in:
Radar231 2021-10-19 14:37:16 -04:00
parent e2b3ad25f0
commit a6385f8cd0
2 changed files with 18 additions and 0 deletions

18
flexget_lb.yml Normal file
View File

@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: flexget
annotations:
metallb.universe.tf/address-pool: default
metallb.universe.tf/allow-shared-ip: "dot80"
spec:
loadBalancerIP: 192.168.7.80
ports:
- port: 5050
targetPort: 5050
selector:
app: flexget
type: LoadBalancer
# EOF