Created
September 24, 2021 09:46
-
-
Save ferdinandosimonetti/3ae0e7b2a6691d1d89ab15ff4a512a32 to your computer and use it in GitHub Desktop.
disable redirect to HTTPS in Nginx Ingress Controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/50087544/disable-ssl-redirect-for-kubernetes-nginx-ingress/50087545 | |
... | |
kind: Ingress | |
metadata: | |
name: project_name-ingress | |
annotations: | |
nginx.ingress.kubernetes.io/ssl-redirect: "false" | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment