Keywords: PrestaShop - Other - Technical issue - Other
Description:
Hi!
I've deployed the Helm chart prestashop-12.0.2 to my K8S cluster (hosted by Scaleway) mostly with default values.
I've enabled the ingress and I use a ClusterIP service in front of the pod. Prestashop container listens on port 8080 and my service accepts connexions on port 80.
I can access the website with the URL that I've specified to the ingress, but when I try to access the backoffice (/administration), I'm redirected to the port 8080 (:8080/administration) which can't be accessed.
I don't know much about apache, so it would be great it somebody could give me some help!
Thank you!