apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: notesnook-auth namespace: notesnook annotations: cert-manager.io/cluster-issuer: letsencrypt-prod traefik.ingress.kubernetes.io/router.entrypoints: websecure spec: ingressClassName: traefik rules: - host: auth.notes.aleshym.co http: paths: - path: / pathType: Prefix backend: service: name: notesnook-identity port: { name: http } tls: - hosts: ["auth.notes.aleshym.co"] secretName: notesnook-auth-tls