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:10f48e94464d7cf62353c60d389929d975fc2d3d2a9180d826fe9fa53e3ac16e
|
|
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
|