mirror of
https://github.com/helm/charts.git
synced 2026-08-21 13:28:13 +00:00
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:
committed by
k8s-ci-robot
parent
46779914a3
commit
95c27d4e66
@@ -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
|
||||
|
||||
@@ -20,6 +20,10 @@ spec:
|
||||
- host: {{ $host }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: {{ $serviceName }}
|
||||
servicePort: {{ $servicePort }}
|
||||
- path: /*
|
||||
backend:
|
||||
serviceName: {{ $serviceName }}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user