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