working on kube

This commit is contained in:
2025-03-04 08:41:02 -07:00
parent 67fe95fdc1
commit 9392211604
7 changed files with 228 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: jellyfin
namespace: projects
spec:
selector:
app: jellyfin
ports:
- protocol: TCP
port: 8096
targetPort: 8096
type: ClusterIP