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