From 95c27d4e66fa044b6eb8a30fb5792238eb7009f7 Mon Sep 17 00:00:00 2001 From: Timothy Clarke Date: Wed, 7 Feb 2018 14:04:48 +0000 Subject: [PATCH] Sonarqube on AWS - PR-3239 update (#3438) * PR-3239 caused the inverse issue on AWS. This should make it work on both * Extended readyness checkes as startup looked to take longer in tests --- stable/sonarqube/Chart.yaml | 2 +- stable/sonarqube/templates/ingress.yaml | 4 ++++ stable/sonarqube/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index ee1bd7a20b..5a554f8004 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,6 +1,6 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.3.5 +version: 0.3.6 appVersion: 6.5 keywords: - coverage diff --git a/stable/sonarqube/templates/ingress.yaml b/stable/sonarqube/templates/ingress.yaml index a15d724d27..c747b3e958 100644 --- a/stable/sonarqube/templates/ingress.yaml +++ b/stable/sonarqube/templates/ingress.yaml @@ -20,6 +20,10 @@ spec: - host: {{ $host }} http: paths: + - path: / + backend: + serviceName: {{ $serviceName }} + servicePort: {{ $servicePort }} - path: /* backend: serviceName: {{ $serviceName }} diff --git a/stable/sonarqube/values.yaml b/stable/sonarqube/values.yaml index 6bc4fe6a04..e4e38699ed 100644 --- a/stable/sonarqube/values.yaml +++ b/stable/sonarqube/values.yaml @@ -25,11 +25,11 @@ ingress: # - chart-example.local readinessProbe: - initialDelaySeconds: 30 + initialDelaySeconds: 120 periodSeconds: 30 failureThreshold: 6 livenessProbe: - initialDelaySeconds: 30 + initialDelaySeconds: 120 periodSeconds: 30 # Set extra env variables. Like proxy settings.