diff --git a/apps/gitea/env/k3s-cluster/values.yaml b/apps/gitea/env/k3s-cluster/values.yaml index 849b4e5..8745a80 100644 --- a/apps/gitea/env/k3s-cluster/values.yaml +++ b/apps/gitea/env/k3s-cluster/values.yaml @@ -25,4 +25,11 @@ 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" +resources: + requests: + cpu: 50m + memory: 128Mi + limits: + cpu: 100m + memory: 256Mi \ No newline at end of file