add sonarqube volume

This commit is contained in:
2024-06-24 22:02:56 +10:00
parent 525d06a715
commit 69bb362d57
2 changed files with 54 additions and 1 deletions

View File

@@ -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: