From 1e8ce55a2d481d3ee768c3117b2a7e63897e79db Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 7 May 2024 22:00:11 +1200 Subject: [PATCH] Update Signed-off-by: David Young --- .../dnsendpoint-no-cf-proxy-audiobookshelf.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 charts/other/myprecious/templates/dnsendpoints/dnsendpoint-no-cf-proxy-audiobookshelf.yaml diff --git a/charts/other/myprecious/templates/dnsendpoints/dnsendpoint-no-cf-proxy-audiobookshelf.yaml b/charts/other/myprecious/templates/dnsendpoints/dnsendpoint-no-cf-proxy-audiobookshelf.yaml deleted file mode 100644 index a4d8c2b0e..000000000 --- a/charts/other/myprecious/templates/dnsendpoints/dnsendpoint-no-cf-proxy-audiobookshelf.yaml +++ /dev/null @@ -1,13 +0,0 @@ -{{- if .Values.audiobookshelf.enabled }} -apiVersion: externaldns.k8s.io/v1alpha1 -kind: DNSEndpoint -metadata: - name: {{ .Release.Name }}-audiobookshelf.elfhosted.com -spec: - endpoints: - - dnsName: {{ .Release.Name }}-audiobookshelf.elfhosted.com - recordTTL: 180 - recordType: CNAME - targets: - - "traefik-ingress.elfhosted.com" -{{ end }} \ No newline at end of file