Update 3 files

- /internalproxy/templates/jellyfin.yaml
- /internalproxy/templates/kasm.yaml
- /internalproxy/templates/plex.yaml
This commit is contained in:
2024-01-02 16:59:37 +00:00
parent b9a1543a3c
commit 5670332207
3 changed files with 27 additions and 0 deletions

View 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

View 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

View 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