AKHQ behind AWS ELB #898
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
try disabling authentication and login with anonymous first if that is working ? |
Beta Was this translation helpful? Give feedback.
-
It isn't, behavior is the same regardless of the auth config. |
Beta Was this translation helpful? Give feedback.
-
do you have some logs on the server side ? |
Beta Was this translation helpful? Give feedback.
-
I have a running setup with AWS ELB in front of AKHQ running within a kubernetes cluster. We have the same micronaut server configuration. Could you show the kubernetes ingress object created by the helm chart? I created the ingress on my own. This way I could try to compare them. |
Beta Was this translation helpful? Give feedback.
-
I don't use the ingress by myself (since my loadbalancer is a treaffik with CRD ingress). |
Beta Was this translation helpful? Give feedback.
I don't use the ingress by myself (since my loadbalancer is a treaffik with CRD ingress).
just download the charts and run a
helm template .
to see all the yaml from the helm charts