Is there a way to force an SSL upgrade for incoming connections on the ingress load-balancer? Or if that is not possible with, can I disable port :80? I haven\'t found a goo
The annotation has changed:
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: test annotations: kubernetes.io/ingress.allow-http: "false" spec: ...
Here is the annotation change PR: https://github.com/kubernetes/contrib/pull/1462/files