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