32 lines
688 B
YAML
32 lines
688 B
YAML
env:
|
|
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/sonarqube
|
|
tag: latest@sha256:b49655aeb4df5079430b106f88020137ce6b339ea937ab55ffd0a068274a5bc3
|
|
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
|