Can you set backend-protocol per rule in k8s nginx ingress? Can you set backend-protocol per rule in k8s nginx ingress? kubernetes kubernetes

Can you set backend-protocol per rule in k8s nginx ingress?


It's not possible to set backend protocol per rule in a single ingress. To achieve what you want you can create two different ingress one for service1 and another one for service2 and annotate the ingress for service1 with http and ingress for service2 with https.