Open Yiyito11 opened 4 years ago
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# This property allows for reports up to a certain size to be uploaded to SonarQube
# nginx.ingress.kubernetes.io/proxy-body-size: "8m"
Uncomment kubernetes.io/ingress.class
and use the name of the nginx ingess you defined to use the ingress class.
Thanks!
Is there a way to change networking.k8s.io/v1beta1
to networking.k8s.io/v1
? I think in my case it's not working because of this
Hey guys, any Idea what can be the issue here? I installed sonarquebe in my AKS cluster. I have an nginx ingress controller and I have already running some apps. I tried to install sonar using chart provided but after installing and successfully get sonar and postgress pods running with no issue, I´m getting: ### 503 Service Temporarily Unavailable I modified the chart so it can have public access. Adding nodeport type and adding secret certificates and ingress :true Here is the yml I used.