apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/ssl-passthrough: 'true' name: nr namespace: infra-nifi-deployment spec: rules: - host: nifi-registry.company.net http: paths: - backend: serviceName: nr servicePort: 18443 path: / pathType: ImplementationSpecific tls: - {}