--- kind: Ingress apiVersion: networking.k8s.io/v1 metadata: name: ingress-with-ssl-passthrough namespace: default annotations: nginx.ingress.kubernetes.io/ssl-passthrough: "true" spec: ingressClassName: nginx rules: - host: passthrough.whoami.localhost http: paths: - path: / pathType: Prefix backend: service: name: whoami-tls port: number: 443