Hello. I’m looking to install AWX via the Helm chart in EKS and I’m having trouble with installing it with “ingress_type: route” . My goal is to terminate TLS at the Pod and instantiate a AWS ALB to facilitate TLS encryption from client to the pod.
Whenever I set “ingress_type: route” the AWX pod never launches. The moment I set “ingress_type: ingress” it starts up as expected.
Is there a prerequisite to using “ingress_type: route” ? Or is there another way to ensure point-to-point TLS encryption?
Here is my values.yml file.