--- # 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-nextcloud namespace: nextcloud annotations: cert-manager.io/cluster-issuer: letsencrypt-production spec: ingressClassName: traefik tls: - hosts: - nextcloud.vps.huskypup.net secretName: vps-nextcloud-tls rules: - host: nextcloud.vps.huskypup.net http: paths: - path: / pathType: Prefix backend: service: name: vps-nextcloud port: number: 8080