add local addresses
This commit is contained in:
@@ -51,6 +51,25 @@ jellyfin:
|
|||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- jellyfin-cl01tl
|
- jellyfin-cl01tl
|
||||||
|
treafik:
|
||||||
|
enabled: true
|
||||||
|
className: treafik
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
|
hosts:
|
||||||
|
- host: jellyfin.alexlebens.net
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
service:
|
||||||
|
name: jellyfin
|
||||||
|
port: 80
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- jellyfin.alexlebens.net
|
||||||
|
secretName: jellyfin-tls-secret
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
storageClass: ceph-block
|
storageClass: ceph-block
|
||||||
|
@@ -57,6 +57,25 @@ plex:
|
|||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- plex-cl01tl
|
- plex-cl01tl
|
||||||
|
treafik:
|
||||||
|
enabled: true
|
||||||
|
className: treafik
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
|
hosts:
|
||||||
|
- host: plex.alexlebens.net
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
service:
|
||||||
|
name: plex-main
|
||||||
|
port: 32400
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- plex.alexlebens.net
|
||||||
|
secretName: plex-tls-secret
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
storageClass: ceph-block
|
storageClass: ceph-block
|
||||||
|
@@ -107,6 +107,8 @@ blocky:
|
|||||||
gitea IN CNAME cl01tl-endpoint
|
gitea IN CNAME cl01tl-endpoint
|
||||||
harbor IN CNAME cl01tl-endpoint
|
harbor IN CNAME cl01tl-endpoint
|
||||||
vault IN CNAME cl01tl-endpoint
|
vault IN CNAME cl01tl-endpoint
|
||||||
|
plex IN CNAME cl01tl-endpoint
|
||||||
|
jellyfin IN CNAME cl01tl-endpoint
|
||||||
|
|
||||||
blocking:
|
blocking:
|
||||||
denylists:
|
denylists:
|
||||||
|
@@ -80,6 +80,8 @@ customDNS:
|
|||||||
gitea IN CNAME cl01tl-endpoint
|
gitea IN CNAME cl01tl-endpoint
|
||||||
harbor IN CNAME cl01tl-endpoint
|
harbor IN CNAME cl01tl-endpoint
|
||||||
vault IN CNAME cl01tl-endpoint
|
vault IN CNAME cl01tl-endpoint
|
||||||
|
plex IN CNAME cl01tl-endpoint
|
||||||
|
jellyfin IN CNAME cl01tl-endpoint
|
||||||
|
|
||||||
blocking:
|
blocking:
|
||||||
denylists:
|
denylists:
|
||||||
|
@@ -80,6 +80,8 @@ customDNS:
|
|||||||
gitea IN CNAME cl01tl-endpoint
|
gitea IN CNAME cl01tl-endpoint
|
||||||
harbor IN CNAME cl01tl-endpoint
|
harbor IN CNAME cl01tl-endpoint
|
||||||
vault IN CNAME cl01tl-endpoint
|
vault IN CNAME cl01tl-endpoint
|
||||||
|
plex IN CNAME cl01tl-endpoint
|
||||||
|
jellyfin IN CNAME cl01tl-endpoint
|
||||||
|
|
||||||
blocking:
|
blocking:
|
||||||
denylists:
|
denylists:
|
||||||
|
Reference in New Issue
Block a user