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