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