Files
wild-cloud/apps/jellyfin/service.yaml

13 lines
221 B
YAML

apiVersion: v1
kind: Service
metadata:
name: jellyfin
namespace: jellyfin
spec:
ports:
- name: http
port: {{ .apps.jellyfin.port }}
targetPort: http
protocol: TCP
selector:
component: web