add sonarqube

This commit is contained in:
2026-04-27 21:52:01 +07:00
parent 142dd15922
commit e42544c877
256 changed files with 12484 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
community:
enabled: true
image:
pullSecrets:
- name: pullsecret
repository: "sonarsource/sonarqube"
tag: "26.3.0.120487-master-community"
monitoringPasscode: "test"
resources:
limits:
cpu: 800m
memory: 6144M
ephemeral-storage: 512000M
requests:
cpu: 200m
memory: 2048M
ephemeral-storage: 1536M
tests:
resources:
requests:
cpu: 50m
memory: 200M
ephemeral-storage: 100M
limits:
cpu: 50m
memory: 200M
ephemeral-storage: 1000M