Files
homelab/plex/templates/service.yaml
2022-12-11 08:14:10 -06:00

13 lines
202 B
YAML

apiVersion: v1
kind: Service
metadata:
name: plex
spec:
selector:
component: deployment
type: ClusterIP
ports:
- name: https
port: 32400
targetPort: 32400
protocol: TCP