shared ip

This commit is contained in:
2024-05-04 13:50:55 +02:00
parent e527fbc930
commit 1f0164a701
2 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ kind: Service
metadata: metadata:
name: emby name: emby
namespace: emby namespace: emby
annotations:
metallb.universe.tf/allow-shared-ip: "shared-01"
spec: spec:
ports: ports:
- name: http - name: http
@@ -12,3 +14,5 @@ spec:
selector: selector:
app: emby app: emby
sessionAffinity: None sessionAffinity: None
type: LoadBalancer

View File

@@ -3,6 +3,8 @@ kind: Service
metadata: metadata:
name: rook-ceph-nfs-load-balancer name: rook-ceph-nfs-load-balancer
namespace: rook-ceph namespace: rook-ceph
annotations:
metallb.universe.tf/allow-shared-ip: "shared-01"
spec: spec:
ports: ports:
- name: nfs - name: nfs