mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove excess submounts. Fix installation errors. (#4871)
This commit is contained in:
committed by
k8s-ci-robot
parent
fd29b783c7
commit
c00ecbd10b
@@ -1,6 +1,6 @@
|
||||
name: sonarqube
|
||||
description: Sonarqube is an open sourced code quality scanning tool
|
||||
version: 0.3.6
|
||||
version: 0.3.7
|
||||
appVersion: 6.5
|
||||
keywords:
|
||||
- coverage
|
||||
|
||||
@@ -31,7 +31,6 @@ spec:
|
||||
subPath: extensions
|
||||
- name: install-plugins
|
||||
mountPath: /opt/sonarqube/extensions/plugins/install_plugins.sh
|
||||
subPath: install_plugins.sh
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
@@ -73,7 +72,6 @@ spec:
|
||||
{{- if .Values.sonarProperties }}
|
||||
- name: config
|
||||
mountPath: /opt/sonarqube/conf/sonar.properties
|
||||
subPath: sonar.properties
|
||||
{{- end}}
|
||||
- mountPath: /opt/sonarqube/data
|
||||
name: sonarqube
|
||||
@@ -83,7 +81,6 @@ spec:
|
||||
subPath: extensions
|
||||
- name: install-plugins
|
||||
mountPath: /opt/sonarqube/extensions/plugins/install_plugins.sh
|
||||
subPath: install_plugins.sh
|
||||
resources:
|
||||
{{ toYaml .Values.resources | indent 12 }}
|
||||
{{- if .Values.nodeSelector }}
|
||||
@@ -97,7 +94,6 @@ spec:
|
||||
- name: install-plugins
|
||||
configMap:
|
||||
name: {{ template "sonarqube.fullname" . }}-install-plugins
|
||||
defaultMode: 0775
|
||||
- name: sonarqube
|
||||
{{- if .Values.persistence.enabled }}
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -25,11 +25,11 @@ ingress:
|
||||
# - chart-example.local
|
||||
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 120
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
failureThreshold: 6
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 120
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
|
||||
# Set extra env variables. Like proxy settings.
|
||||
|
||||
Reference in New Issue
Block a user