Hello! I’m trying to configure OpenReplay on my AWS EKS cluster. We confirmed that the deployment was successful through the basic Helm Chart. However, it is configured as AWS NLB (internal), so access from the outside does not work properly. Is there a way to configure it as internet-facing NLB or ALB? Or is there a guide to configuring it with AWS load balancer without using nginx-ingress-controller?
You can customize the annotations from: Annotations - AWS Load Balancer Controller
Then you can add it under ingress:
ingress-nginx: &ingress-nginx
controller:
service:
# Annotations go here
annotations:
xxx: yyy