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,14 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jellyfin-ingress
namespace: projects
spec:
rules:
- host: jellyfin.alexmickelson.guru
http:
paths:
- path: /
backend:
service: jellyfin
port: 8096