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: