17 lines
284 B
YAML
17 lines
284 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: sabnzbd-service
|
|
namespace: arr-stack
|
|
annotations:
|
|
metallb.io/allow-shared-ip: "shared-ip-1"
|
|
spec:
|
|
loadBalancerIP: 192.168.1.230
|
|
type: LoadBalancer
|
|
selector:
|
|
app: sabnzbd
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|