removed metallb file

This commit is contained in:
Radar231 2021-08-01 21:02:07 -04:00
parent 5ac478091d
commit 6a84b0554f
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
---
apiVersion: v1
kind: Service
metadata:
name: home-assistant
annotations:
metallb.universe.tf/allow-shared-ip: share222
spec:
selector:
app: home-assistant
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: port8123
protocol: TCP
port: 8123
# EOF