feature/jdownloader (#6)
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
15
cluster/apps/plex-and-tools/jdownloader/service.yaml
Normal file
15
cluster/apps/plex-and-tools/jdownloader/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: jdownloader
|
||||
namespace: plex-and-tools
|
||||
labels:
|
||||
app: jdownloader
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
targetPort: 5800
|
||||
port: 5800
|
||||
selector:
|
||||
app: jdownloader
|
||||
Reference in New Issue
Block a user