TrueChartsClone/charts/incubator/sonarqube/values.yaml

35 lines
713 B
YAML

env:
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/sonarqube
tag: latest@sha256:d6ee7e9029a0f81fea7e756e9807c293f2c8c13becef26c1df71296074eec841
persistence:
data:
enabled: true
mountPath: /opt/sonarqube/data
extensions:
enabled: true
mountPath: /opt/sonarqube/extensions
logs:
enabled: true
mountPath: /opt/sonarqube/logs
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 9000
protocol: TCP
targetPort: 9000
portal:
enabled: true