Eliana Crawford

Results 13 comments of Eliana Crawford

Any progress on this? If you look at the ingress configuration in k8s, you'll see there's an error, despite the fact that the ssl-redirect annotation is applied: ``` Rules: Host...

I am using 1.19. I didn't use the `alb.ingress.kubernetes.io/ssl-redirect` annotation because the docs say that it makes changes to other loadbalancers in the group and I don't want ripple effects...

I have the same annotation configurations as @m477r1x but the port config looks like this because of the updates to ingress v1.19: ``` - path: / pathType: Prefix backend: service:...