metallb annotations

This commit is contained in:
2024-05-04 14:25:24 +02:00
parent beec0e03e1
commit b066a61e24
2 changed files with 2 additions and 1 deletions
apps/emby/base
infrastructure/04-rook-ceph/nfs

@ -5,6 +5,7 @@ metadata:
namespace: emby namespace: emby
annotations: annotations:
metallb.universe.tf/allow-shared-ip: "shared-01" metallb.universe.tf/allow-shared-ip: "shared-01"
metallb.universe.tf/loadBalancerIPs: 192.168.178.100
spec: spec:
ports: ports:
- name: http - name: http
@ -15,5 +16,4 @@ spec:
app: emby app: emby
sessionAffinity: None sessionAffinity: None
type: LoadBalancer type: LoadBalancer
LoadBalancerIP: 192.168.178.100

@ -5,6 +5,7 @@ metadata:
namespace: rook-ceph namespace: rook-ceph
annotations: annotations:
metallb.universe.tf/allow-shared-ip: "shared-01" metallb.universe.tf/allow-shared-ip: "shared-01"
metallb.universe.tf/loadBalancerIPs: 192.168.178.100
spec: spec:
ports: ports:
- name: nfs - name: nfs