18 lines
300 B
YAML
18 lines
300 B
YAML
---
|
|
apiVersion: v1
|
|
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
|
|
ports:
|
|
- protocol: TCP
|
|
port: 6767
|
|
targetPort: 6767
|