Gluttony-Cluster/plex/plex-service.yaml
Tyler Perkins 4b0a9b5e64
All checks were successful
continuous-integration/drone/push Build is passing
Fix filebrowser port
2023-12-17 19:34:59 -05:00

19 lines
287 B
YAML

apiVersion: v1
kind: Service
metadata:
name: plex-service
namespace: plex-ns
spec:
selector:
app: plex
type: LoadBalancer
ports:
- name: plex
protocol: TCP
port: 32400
targetPort: 32400
- name: filebrowswer
protocol: TCP
port: 80
targetPort: 80