apiVersion: v1
kind: Service
metadata:
  annotations:
    external-dns.alpha.kubernetes.io/hostname: ytdl-sub.martyn.berlin
  labels:
    app: ytdl-sub
  name: ytdl-sub
spec:
  ports:
  - targetPort: 8989
    port: 80
  selector:
    app: ytdl-sub
  type: LoadBalancer