Add Prowlarr deployment, PVC, and service configurations
This commit is contained in:
13
clusters/default/arr-stack/prowlarr/prowlarr-svc.yml
Normal file
13
clusters/default/arr-stack/prowlarr/prowlarr-svc.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: prowlarr-service
|
||||
namespace: arr-stack
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: prowlarr
|
||||
ports:
|
||||
- port: 9696
|
||||
targetPort: 9696
|
||||
Reference in New Issue
Block a user