Hi,
anyone able to help confirm what settings i need to configure for HTTPS on docker image?
Im using the helm: https://hub.helm.sh/charts/mox/confluence-server
I currently have:
service:
type: LoadBalancer
httpsPort: 8443
envVars:
ATL_PROXY_NAME: "confluence.xxx.co.uk"
ATL_PROXY_PORT: "443"
ATL_TOMCAT_PORT: 8443
ATL_TOMCAT_SCHEME: https
ATL_TOMCAT_SECURE: true
but when i deploy im not getting extra listeners on the ELB cant see changes to the service. And while i can deploy this fine without any of this info for a pure 80 access, adding this is stopping standard port 80 accessing it.