13 lines
No EOL
204 B
YAML
13 lines
No EOL
204 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: headless-prowlarr
|
|
namespace: arr
|
|
spec:
|
|
selector:
|
|
app: prowlarr
|
|
ports:
|
|
- port: 9696
|
|
targetPort: 9696
|
|
protocol: TCP
|
|
type: ClusterIP |