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
This commit is contained in:
Timothy Clarke
2018-02-07 06:04:48 -08:00
committed by k8s-ci-robot
parent 46779914a3
commit 95c27d4e66
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -20,6 +20,10 @@ spec:
- host: {{ $host }}
http:
paths:
- path: /
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
- path: /*
backend:
serviceName: {{ $serviceName }}
+2 -2
View File
@@ -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.