apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: plex labels: app.kubernetes.io/name: plex annotations: cert-manager.io/cluster-issuer: letsencrypt-issuer gethomepage.dev/enabled: "true" gethomepage.dev/name: plex gethomepage.dev/group: Files gethomepage.dev/href: https://plex.nc.landry.land gethomepage.dev/description: Movies, Music, TV shows, and Audiobooks gethomepage.dev/icon: plex spec: tls: - hosts: - "plex.nc.landry.land" rules: - host: "plex.nc.landry.land" http: paths: - path: "/" pathType: Prefix backend: service: name: plex-tcp port: name: http