Add Kubernetes manifests for sabnzbd deployment, service, and persistent volume claim
All checks were successful
renovate / renovate (push) Successful in 7m8s
All checks were successful
renovate / renovate (push) Successful in 7m8s
This commit is contained in:
16
clusters/default/arr-stack/sabnzbd/sabnzbd-svc.yml
Normal file
16
clusters/default/arr-stack/sabnzbd/sabnzbd-svc.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user