add local addresses
This commit is contained in:
@@ -51,6 +51,25 @@ jellyfin:
|
||||
tls:
|
||||
- hosts:
|
||||
- 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:
|
||||
config:
|
||||
storageClass: ceph-block
|
||||
|
@@ -57,6 +57,25 @@ plex:
|
||||
tls:
|
||||
- hosts:
|
||||
- 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:
|
||||
config:
|
||||
storageClass: ceph-block
|
||||
|
@@ -107,6 +107,8 @@ blocky:
|
||||
gitea IN CNAME cl01tl-endpoint
|
||||
harbor IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
plex IN CNAME cl01tl-endpoint
|
||||
jellyfin IN CNAME cl01tl-endpoint
|
||||
|
||||
blocking:
|
||||
denylists:
|
||||
|
@@ -80,6 +80,8 @@ customDNS:
|
||||
gitea IN CNAME cl01tl-endpoint
|
||||
harbor IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
plex IN CNAME cl01tl-endpoint
|
||||
jellyfin IN CNAME cl01tl-endpoint
|
||||
|
||||
blocking:
|
||||
denylists:
|
||||
|
@@ -80,6 +80,8 @@ customDNS:
|
||||
gitea IN CNAME cl01tl-endpoint
|
||||
harbor IN CNAME cl01tl-endpoint
|
||||
vault IN CNAME cl01tl-endpoint
|
||||
plex IN CNAME cl01tl-endpoint
|
||||
jellyfin IN CNAME cl01tl-endpoint
|
||||
|
||||
blocking:
|
||||
denylists:
|
||||
|
Reference in New Issue
Block a user