14 lines
235 B
YAML
14 lines
235 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: jellyseerr-svc
|
||
|
namespace: streaming
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: http
|
||
|
port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 5055
|
||
|
selector:
|
||
|
app: jellyseerr
|