diff --git a/deployments/media/emby/service.yaml b/deployments/media/emby/service.yaml new file mode 100644 index 0000000..bb2ca1b --- /dev/null +++ b/deployments/media/emby/service.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: Service +metadata: + name: emby + namespace: media +spec: + selector: + app: emby + ports: + - port: 8096 + targetPort: 8096 + protocol: TCP + - port: 8920 + targetPort: 8920 + protocol: TCP + type: ClusterIP \ No newline at end of file