cleaning up
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 2s
Manage Jellyfin Playlists / update-repo (push) Successful in 0s
Manage Jellyfin Playlists / run-python (push) Successful in 49s

This commit is contained in:
2026-02-15 18:23:18 -07:00
parent b8a80d9290
commit b768860289
2 changed files with 5 additions and 71 deletions

View File

@@ -1,53 +0,0 @@
# apiVersion: networking.k8s.io/v1
# kind: Ingress
# metadata:
# name: jellyfin-proxy-ingress
# namespace: projects
# annotations:
# cert-manager.io/cluster-issuer: cloudflare-issuer
# spec:
# ingressClassName: nginx
# tls:
# - hosts:
# - jellyfin.alexmickelson.guru
# secretName: jellyfin-tls-cert
# rules:
# - host: jellyfin.alexmickelson.guru
# http:
# paths:
# - path: /
# pathType: Prefix
# backend:
# service:
# name: jellyfin
# port:
# number: 8096
# ---
# apiVersion: v1
# kind: Service
# metadata:
# name: jellyfin
# namespace: projects
# spec:
# ports:
# - port: 8096
# targetPort: 8096
# protocol: TCP
# ---
# apiVersion: discovery.k8s.io/v1
# kind: EndpointSlice
# metadata:
# name: jellyfin
# namespace: projects
# labels:
# kubernetes.io/service-name: jellyfin
# addressType: IPv4
# ports:
# - name: http
# port: 8096
# protocol: TCP
# endpoints:
# - addresses:
# - 100.122.128.107
# conditions:
# ready: true