Backend Protocol¶
Using backend-protocol
annotations is possible to indicate how NGINX should communicate with the backend service. Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP
By default NGINX uses HTTP
.
Example:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"