DNS Host Main page loading only | 404 Not Found for /js files | Deploy in EKS Cluster via Helmchart

  • which versions are you using ( Community Build )
  • how is SonarQube deployed: Helm
  • what are you trying to achieve - Trying configure my source base URL
  • what have you tried so far to achieve this
ingress:
  enabled: true
  hosts:
    - name: example.com
      path: /*
      pathType: Prefix 
  tls:
    - secretName: sonarqube-tls
      hosts:
        - example.com
  annotations:
    cert-manager.io/cluster-issuer: sonarqube
    acme.cert-manager.io/dns01-edit-in-place: "true"
    nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
    nginx.ingress.kubernetes.io/proxy-body-size: "64m"

Hi,

Welcome to the community!

The server base URL needs to be configured via the UI.

In general, if it can be configured via the UI, then it should be configured via the UI. There are a few properties that are improperly picked up when configured via properties, but you get weird behavior if you exploit that bug.

 
HTH,
Ann

I fixed the issue with my DNS.

1 Like