metallb annotations
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user