44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
priorityClassName: system-cluster-critical
|
|
image:
|
|
debug: true
|
|
podAntiAffinityPreset: ""
|
|
namespaceOverride: "sonarqube"
|
|
clusterDomain: cluster.edward.sydney
|
|
sonarqubeUsername: sonarqube
|
|
existingSecret: "sonarqube-secrets"
|
|
sonarqubeEmail: "me@edward.sydney"
|
|
smtpHost: "smtp.gmail.com"
|
|
smtpPort: "587"
|
|
smtpUser: "me@edward.sydney"
|
|
smtpProtocol: "TLS"
|
|
smtpExistingSecret: "sonarqube-secrets"
|
|
podSecurityContext:
|
|
fsGroup: 1000
|
|
containerSecurityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
updateStrategy:
|
|
type: Recreate
|
|
service:
|
|
ports:
|
|
http: 8090
|
|
elastic: 9091
|
|
annotations:
|
|
metallb.universe.tf/address-pool: k3s-cluster-ip-pool
|
|
metallb.universe.tf/allow-shared-ip: k3s-cluster
|
|
persistence:
|
|
enabled: true
|
|
storageClass: local-path
|
|
size: "32Gi"
|
|
existingClaim: "sonarqube-pvc"
|
|
serviceAccount:
|
|
name: "sonarqube"
|
|
postgresql:
|
|
enabled: false
|
|
externalDatabase:
|
|
host: "postgresql-primary.argocd.svc.cluster.local"
|
|
user: "sonarqube_user"
|
|
existingSecret: "sonarqube-secrets"
|
|
nodeSelector:
|
|
kubernetes.io/hostname: k3s-cluster-node-3
|