--- # See infrastructure/vps-standby/vault/manifests/ingress.yaml for the # vps.huskypup.net subdomain design rationale. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: vps-n8n namespace: n8n annotations: cert-manager.io/cluster-issuer: letsencrypt-production spec: ingressClassName: traefik tls: - hosts: - n8n.vps.huskypup.net secretName: vps-n8n-tls rules: - host: n8n.vps.huskypup.net http: paths: - path: / pathType: Prefix backend: service: name: vps-n8n port: number: 80