removed metallb file

This commit is contained in:
Radar231 2021-08-01 21:07:23 -04:00
parent c6fbeb0234
commit 3e19c5a301
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
---
apiVersion: v1
kind: Service
metadata:
name: mosquitto
annotations:
metallb.universe.tf/allow-shared-ip: share222
spec:
selector:
app: mosquitto
type: LoadBalancer
# loadBalancerIP is optional. MetalLB will automatically allocate an IP
# from its pool if not specified. You can also specify one manually.
# loadBalancerIP: x.y.z.a
loadBalancerIP: 192.168.7.222
ports:
- name: port1883
protocol: TCP
port: 1883
# EOF