Gluttony-Cluster/plex/plex-service.yaml
Tyler Perkins 3cec09f12a
All checks were successful
continuous-integration/drone/push Build is passing
Add plex
2024-05-27 13:54:19 -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