add sonarqube volume
This commit is contained in:
@@ -22,11 +22,18 @@ spec:
|
||||
smtpUser: ${smtp_user}
|
||||
smtpPassword: ${smtp_password}
|
||||
smtpProtocol: ${smtp_protocol}
|
||||
service:
|
||||
ports:
|
||||
http: 8090
|
||||
elastic: 9091
|
||||
nodePorts:
|
||||
http: 30080
|
||||
elastic: 30091
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "local-path"
|
||||
size: "32Gi"
|
||||
existingClaim: ""
|
||||
existingClaim: "sonarqube-pvc"
|
||||
postgresql:
|
||||
enabled: false
|
||||
externalDatabase:
|
||||
|
||||
Reference in New Issue
Block a user