add resources config values
This commit is contained in:
9
apps/gitea/env/k3s-cluster/values.yaml
vendored
9
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user