feat: add jellyseerr deployment, service, and persistent volume claim configurations
This commit is contained in:
15
cluster/apps/jellyseerr/jellyseerr-svc.yml
Normal file
15
cluster/apps/jellyseerr/jellyseerr-svc.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: jellyseerr-service
|
||||
namespace: default
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: jellyseerr
|
||||
ports:
|
||||
- port: 5055
|
||||
targetPort: 5055
|
||||
nodePort: 5055
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user