37 lines
723 B
YAML
37 lines
723 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: sonarqube
|
|
tag: latest@sha256:f9c80d23949c3796e7c1e582b82b100e34642dcffbc4985b9d456d1cf1e166fb
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /opt/sonarqube/data
|
|
extensions:
|
|
enabled: true
|
|
mountPath: /opt/sonarqube/extensions
|
|
logs:
|
|
enabled: true
|
|
mountPath: /opt/sonarqube/logs
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9000
|
|
protocol: tcp
|
|
targetPort: 9000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true"
|