update resources for gitea and sonarqube

This commit is contained in:
2024-09-05 17:06:43 +10:00
parent ba6aea45fd
commit dfc13bdac2
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ smtpUser: "me@edward.sydney"
smtpExistingSecret: "gitea-secrets"
persistence:
existingClaim: "gitea-pvc"
resourcesPreset: "xlarge"
podSecurityContext:
fsGroup: 1000
containerSecurityContext:
@@ -37,4 +38,7 @@ externalDatabase:
host: "postgresql-primary.argocd.svc.cluster.local"
user: "gitea_user"
existingSecret: "gitea-secrets"
existingSecretPasswordKey: "db-password"
existingSecretPasswordKey: "db-password"
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64