no proxy
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 2s

This commit is contained in:
2026-02-15 18:22:12 -07:00
parent 183ae6f91f
commit b8a80d9290

View File

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