Update 10 files
- /internalproxy/templates/unraid-ingress.yaml - /internalproxy/templates/wazuh.yaml - /internalproxy/templates/plex-ingress.yaml - /internalproxy/templates/pfsense-ingress.yaml - /internalproxy/templates/overlord-ingress.yaml - /internalproxy/templates/octopus-ingress.yaml - /internalproxy/templates/minio-ingress.yaml - /internalproxy/templates/jellyfin.yaml - /internalproxy/templates/blueiris.yaml - /internalproxy/templates/kasm-ingress.yaml
This commit is contained in:
@@ -1,75 +0,0 @@
|
||||
#apiVersion: v1
|
||||
#kind: Service
|
||||
#metadata:
|
||||
# name: jellyfin
|
||||
#spec:
|
||||
# ports:
|
||||
# - name: app
|
||||
# port: 8096
|
||||
# protocol: TCP
|
||||
# targetPort: 8096
|
||||
# clusterIP: None
|
||||
# type: ClusterIP
|
||||
#
|
||||
#---
|
||||
#
|
||||
#apiVersion: v1
|
||||
#kind: Endpoints
|
||||
#metadata:
|
||||
# name: jellyfin
|
||||
#subsets:
|
||||
#- addresses:
|
||||
# - ip: 192.168.20.253
|
||||
# ports:
|
||||
# - name: app
|
||||
# port: 8096
|
||||
# protocol: TCP
|
||||
#
|
||||
#---
|
||||
#
|
||||
#apiVersion: traefik.containo.us/v1alpha1
|
||||
#kind: IngressRoute
|
||||
#metadata:
|
||||
# name: jellyfin-ingress
|
||||
# annotations:
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
#spec:
|
||||
# entryPoints:
|
||||
# - websecure
|
||||
# routes:
|
||||
# - match: Host(`jellyfin.durp.info`)
|
||||
# kind: Rule
|
||||
# services:
|
||||
# - name: jellyfin
|
||||
# port: 8096
|
||||
# scheme: http
|
||||
# tls:
|
||||
# secretName: jellyfin-tls
|
||||
#
|
||||
#---
|
||||
#
|
||||
#apiVersion: cert-manager.io/v1
|
||||
#kind: Certificate
|
||||
#metadata:
|
||||
# name: jellyfin-tls
|
||||
#spec:
|
||||
# secretName: jellyfin-tls
|
||||
# issuerRef:
|
||||
# name: letsencrypt-production
|
||||
# kind: ClusterIssuer
|
||||
# commonName: "jellyfin.durp.info"
|
||||
# dnsNames:
|
||||
# - "jellyfin.durp.info"
|
||||
#
|
||||
#---
|
||||
#
|
||||
#kind: Service
|
||||
#apiVersion: v1
|
||||
#metadata:
|
||||
# name: jellyfin-external-dns
|
||||
# annotations:
|
||||
# external-dns.alpha.kubernetes.io/hostname: jellyfin.durp.info
|
||||
#spec:
|
||||
# type: ExternalName
|
||||
# externalName: durp.info
|
||||
#
|
||||
Reference in New Issue
Block a user