diff --git a/flexget_lb.yml b/flexget_lb.yml new file mode 100644 index 0000000..73c8560 --- /dev/null +++ b/flexget_lb.yml @@ -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 diff --git a/flexget_svclb.yml b/flexget_svclb.yml-old similarity index 100% rename from flexget_svclb.yml rename to flexget_svclb.yml-old