apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: gitea namespace: git annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure cert-manager.io/cluster-issuer: letsencrypt-prod spec: ingressClassName: traefik tls: - hosts: - git.neuralplatform.ai secretName: gitea-tls rules: - host: git.neuralplatform.ai http: paths: - path: / pathType: Prefix backend: service: name: gitea port: number: 3000