Replies: 3 comments
-
Yes, it should. Did you encounter issues? |
Beta Was this translation helpful? Give feedback.
-
Hi @tomkerkhove , I'm not sure if I have the same issue as @cary205 there, but I also encountered a problem with HTTPS port. So, an application exposes HTTPS port only and is exposed to public via ingress (nginx) which has SSL passthrough enabled (certificate is served by microservice itself, not by ingress). HTTP add-on is installed in a separate namespace from application itself, so I use an ExternalName service to route requests to interceptor. Ingress setup:
ExternalName service:
Application service:
HTTPScaledObject:
Add-on was installed using default settings (interceptor proxy listens on 8080). It there a misconfiguration somewhere or am I missing some additional setup which is required for this scenario? Thank you. |
Beta Was this translation helpful? Give feedback.
-
I also encountered the same problem. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have deployed a deployment which I want to autoscale.
The deployment exposes port with https.
Is http-add-on supports https upstream service?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions