33 lines
673 B
YAML
33 lines
673 B
YAML
env:
|
|
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/sonarqube
|
|
tag: latest@sha256:20181edd7381196fb04d36617407cbededd80785c5703d9b4233c0f0f0c199d7
|
|
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:
|
|
ports:
|
|
main:
|
|
port: 9000
|
|
protocol: TCP
|
|
targetPort: 9000
|
|
|
|
portal:
|
|
enabled: true
|