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