removed metallb file

This commit is contained in:
Radar231 2021-08-01 23:04:41 -04:00
parent 0c481bf2aa
commit 148ddca0da
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
---
apiVersion: v1
kind: Service
metadata:
name: motioneye
annotations:
metallb.universe.tf/allow-shared-ip: share222
spec:
selector:
app: motioneye
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: port8081
protocol: TCP
port: 8081
- name: port8082
protocol: TCP
port: 8082
- name: port8765
protocol: TCP
port: 8765
# EOF