Gluttony-Cluster/plex/plex-service.yaml
Tyler Perkins 67e8ef080c
All checks were successful
continuous-integration/drone/push Build is passing
Add back plex
2024-04-30 20:54:03 -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