add resources config values

This commit is contained in:
2024-07-23 17:15:49 +10:00
parent 779b545d38
commit e5348e4db3

View File

@@ -25,4 +25,11 @@ externalDatabase:
host: "postgresql-primary.argocd.svc.cluster.local"
user: "gitea_user"
existingSecret: "gitea-secrets"
existingSecretPasswordKey: "db-password"
existingSecretPasswordKey: "db-password"
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 100m
memory: 256Mi