16 lines
249 B
YAML
16 lines
249 B
YAML
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 |