Gluttony-Cluster/plex/plex-service.yaml
Tyler Perkins 9a396435db
All checks were successful
continuous-integration/drone/push Build is passing
Add back plex
2024-04-30 21:28:34 -04: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