apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: spec: ingressClassName: nginx rules: - host: example.com http: paths: - pathType: Prefix backend: service: name: port: number: 3003 path: / # This section is only required if TLS is to be enabled for the Ingress tls: - hosts: - example.com secretName: