Question
Load Balancer "forwarding_rules" are being reset randomly by the NGiNX Ingress Router (DOK)
I have a LoadBalancer controlled by the NGiNX Ingress-Controller on the DO managed Kubernetes solution.
I have a forwarding rule configured on the Load Balancer.
certificate_id: "yyyy-xxxx"
entry_port: 443
entry_protocol: "HTTPS"
target_port: 32307
target_protocol: "HTTPS"
tls_passthrough: false
Which keeps getting reset on the “target_protocol” back to “HTTP” by possible the Ingress Controller Service running on the worker nodes on the cluster.
The problem is I can’t find any annotation related to “Forwarding Rules” on the Ingress NGiNX service.
Does anyone had this issue before?