Open burak-58 opened 1 year ago
We used to use the Nginx repository as Ingress but now with the latest Helm update we are using the Kubernetes repository and it works properly as below.
./run.sh -m player -n 100 -s edge.antmedia.cloud -p 443 -u false -q true
Hi @burak-58,
I just wanted to update you regarding this issue. I'm still working on this issue. But I found a workaround solution for this issue.
Please add
nginx.ingress.kubernetes.io/ssl-redirect: "false"
to the annotations section. https://github.com/ant-media/Scripts/blob/master/kubernetes/ams-k8s-ingress-origin.yamlPS: Also you need to use like this command:
./run.sh -m player -n 10 -s ingress_url -u false -q false -p 80
Best Regards, Selim