projected created

This commit is contained in:
Márcio Fernandes
2026-07-11 21:20:21 +00:00
parent 68fcadd3a9
commit becc4ef4a9
14 changed files with 266 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: jellyfin
spec:
selector:
app: jellyfin
ports:
- name: udp
protocol: UDP
port: 7359
targetPort: 7359
- name: web
protocol: TCP
port: 8096
targetPort: 8096
type: ClusterIP