emby added

This commit is contained in:
2024-05-02 20:08:21 +02:00
parent 5265fed2ce
commit eb6c03f2d6
5 changed files with 113 additions and 0 deletions

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: emby
namespace: default
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
selector:
app: emby
sessionAffinity: None