From dfc13bdac219d6b3c11ff85b5b5a240b3cc603e0 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 5 Sep 2024 17:06:43 +1000 Subject: [PATCH] update resources for gitea and sonarqube --- apps/gitea/env/k3s-cluster/values.yaml | 6 +++++- apps/sonarqube/env/k3s-cluster/values.yaml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/gitea/env/k3s-cluster/values.yaml b/apps/gitea/env/k3s-cluster/values.yaml index d9c58eb..1a6ecd3 100644 --- a/apps/gitea/env/k3s-cluster/values.yaml +++ b/apps/gitea/env/k3s-cluster/values.yaml @@ -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" \ No newline at end of file + existingSecretPasswordKey: "db-password" +nodeSelector: + kubernetes.io/os: linux + kubernetes.io/arch: amd64 \ No newline at end of file diff --git a/apps/sonarqube/env/k3s-cluster/values.yaml b/apps/sonarqube/env/k3s-cluster/values.yaml index fa78013..947d006 100644 --- a/apps/sonarqube/env/k3s-cluster/values.yaml +++ b/apps/sonarqube/env/k3s-cluster/values.yaml @@ -12,6 +12,7 @@ smtpPort: "587" smtpUser: "me@edward.sydney" smtpProtocol: "TLS" smtpExistingSecret: "sonarqube-secrets" +resourcesPreset: "2xlarge" podSecurityContext: fsGroup: 1000 containerSecurityContext: