mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update 3 files
- /internalproxy/templates/jellyfin.yaml - /internalproxy/templates/kasm.yaml - /internalproxy/templates/plex.yaml
This commit is contained in:
parent
b9a1543a3c
commit
5670332207
3 changed files with 27 additions and 0 deletions
9
internalproxy/templates/jellyfin.yaml
Normal file
9
internalproxy/templates/jellyfin.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
9
internalproxy/templates/kasm.yaml
Normal file
9
internalproxy/templates/kasm.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: kasm-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: kasm.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
9
internalproxy/templates/plex.yaml
Normal file
9
internalproxy/templates/plex.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: plex-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: plex.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: home.durp.info
|
||||
Loading…
Add table
Add a link
Reference in a new issue