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" smtpExistingSecret: "gitea-secrets"
persistence: persistence:
existingClaim: "gitea-pvc" existingClaim: "gitea-pvc"
resourcesPreset: "xlarge"
podSecurityContext: podSecurityContext:
fsGroup: 1000 fsGroup: 1000
containerSecurityContext: containerSecurityContext:
@@ -37,4 +38,7 @@ externalDatabase:
host: "postgresql-primary.argocd.svc.cluster.local" host: "postgresql-primary.argocd.svc.cluster.local"
user: "gitea_user" user: "gitea_user"
existingSecret: "gitea-secrets" existingSecret: "gitea-secrets"
existingSecretPasswordKey: "db-password" existingSecretPasswordKey: "db-password"
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64

View File

@@ -12,6 +12,7 @@ smtpPort: "587"
smtpUser: "me@edward.sydney" smtpUser: "me@edward.sydney"
smtpProtocol: "TLS" smtpProtocol: "TLS"
smtpExistingSecret: "sonarqube-secrets" smtpExistingSecret: "sonarqube-secrets"
resourcesPreset: "2xlarge"
podSecurityContext: podSecurityContext:
fsGroup: 1000 fsGroup: 1000
containerSecurityContext: containerSecurityContext: