20 lines
308 B
YAML
20 lines
308 B
YAML
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 |