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