This message was deleted.
# general
a
This message was deleted.
s
@creamy-pencil-82913 @agreeable-oil-87482 @polite-mouse-38756
s
Here the config we used for nginx
controller:
replicaCount: 3 allowSnippetAnnotations: true config: http-snippet: | server { listen 2443; return 308 https://$host$request_uri; } use-forwarded-headers: "true" containerPort: http: 80 https: 443 tohttps: 2443 ingressClass: nginx ingressClassResource: controllerValue: k8s.io/ingress-nginx default: true enabled: true name: nginx metrics: enabled: true serviceMonitor: enabled: true service: annotations: external-dns.alpha.kubernetes.io/hostname: <MASKED> nginx.ingress.kubernetes.io/ssl-redirect: "true" service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "3600" service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true" service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <MASKED> service.beta.kubernetes.io/aws-load-balancer-ssl-ports: https service.beta.kubernetes.io/aws-load-balancer-type: nlb ports: http: 80 https: 443 targetPorts: http: tohttps https: http setAsDefaultIngress: true
s
Hey @swift-accountant-87565 i have deployed ingress-nginx with above configuration (values.yaml file). Now. I am getting to many redirection error while hitting rancher