use shared-ip
All checks were successful
renovate / renovate (push) Successful in 7m34s

This commit is contained in:
2025-10-26 21:40:23 +05:30
parent 58beee5b52
commit 6f938d573c
21 changed files with 69 additions and 0 deletions

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: bazarr-service
namespace: arr-stack
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: bazarr

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: jellyseerr-service
namespace: arr-stack
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: jellyseerr

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: prowlarr-service
namespace: arr-stack
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: prowlarr

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: qbittorrent-service
namespace: arr-stack
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: qbittorrent

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: radarr-service
namespace: arr-stack
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: radarr

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: sonarr-service
namespace: arr-stack
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: sonarr

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: gitea-service
namespace: git-ops
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: gitea-app

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: semaphore-service
namespace: git-ops
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: semaphore

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: ersatztv-service
namespace: media
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: ersatztv

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: immich-service
namespace: media
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: immich-app
@@ -18,7 +21,10 @@ kind: Service
metadata:
name: immich-machine-learning-service
namespace: media
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: immich-ml

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: invidious-service
namespace: media
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: invidious

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: jellyfin-service
namespace: media
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: jellyfin

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: homepage-service
namespace: monitoring
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app.kubernetes.io/name: homepage

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: jellystat-service
namespace: monitoring
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: jellystat

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: pulse-service
namespace: monitoring
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: pulse

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: speedtest-service
namespace: monitoring
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: speedtest

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: code-server-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
selector:
app: code-server
type: LoadBalancer

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: nextcloud-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: nextcloud
@@ -19,7 +22,10 @@ kind: Service
metadata:
name: collabora-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: collabora

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: paperless-ngx-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: paperless-ngx

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: searxng-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
selector:
app: searxng
type: LoadBalancer

View File

@@ -4,7 +4,10 @@ kind: Service
metadata:
name: vaultwarden-service
namespace: tools
annotations:
metallb.io/allow-shared-ip: "shared-ip-1"
spec:
loadBalancerIP: 192.168.1.230
type: LoadBalancer
selector:
app: vaultwarden