17 lines
225 B
YAML
17 lines
225 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prowlarr-service
|
|
namespace: default
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: prowlarr
|
|
ports:
|
|
- port: 9696
|
|
targetPort: 9696
|
|
nodePort: 9696
|
|
protocol: TCP
|
|
|