Skip to content

Commit

Permalink
Remove default resource limits
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Jan 17, 2025
1 parent 9fb2faa commit 2807b25
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions charts/traction/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ acapy:
## @param acapy.walletStorageCredentials.secretKeys.userPasswordKey Key in existing secret containing account password.
##
walletStorageCredentials:
json: ''
json: ""
account: acapy
admin_account: postgres
existingSecret: ""
Expand All @@ -186,14 +186,14 @@ acapy:
userPasswordKey: password
## @section ACA-Py Multitenancy Configuration
## Specifies the multitenancy config.
## Possible values: wallet_type, wallet_name, wallet_key, cache_size, 'key_derivation_method.
## Possible values: wallet_type, wallet_name, wallet_key, cache_size, 'key_derivation_method.
## "wallet_name" is only used when "wallet_type" is "askar-profile"
##
## @param acapy.multitenancyConfiguration.json Raw json with config. Overrides all other values including subchart values. e.g.: '{"wallet_type":"single-wallet-askar", "wallet_name":"askar-wallet"}'
## @param acapy.multitenancyConfiguration.wallet_type Database account name.
##
##
multitenancyConfiguration:
json: ''
json: ""
wallet_type: single-wallet-askar
## @section Acapy Plugins
##
Expand Down Expand Up @@ -289,9 +289,7 @@ acapy:
## @param acapy.resources.requests.cpu The requested cpu for the Acapy containers
##
resources:
limits:
cpu: 300m
memory: 300Mi
limits: {}
requests:
cpu: 120m
memory: 200Mi
Expand Down Expand Up @@ -553,9 +551,7 @@ tenant_proxy:
## @param tenant_proxy.resources.requests.cpu The requested cpu for the Tenant proxy containers
##
resources:
limits:
cpu: 100m
memory: 50Mi
limits: {}
requests:
cpu: 10m
memory: 50Mi
Expand Down Expand Up @@ -601,7 +597,7 @@ ui:
## @param ui.oidc.quickConnectEndorserName A ledger that has endorser auto-accept/transact enabled
quickConnectEndorserName: ""
## @param ui.requireEmailForReservation Whether the Email field is needed for a tenant reservation
## If false will default [email protected] to API
## If false will default [email protected] to API
requireEmailForReservation: true
image:
## @param ui.image.repository
Expand Down Expand Up @@ -685,7 +681,7 @@ ui:
reservationForm: >-
{}
## @param ui.oidc.extraQueryParams
extraQueryParams: '{}'
extraQueryParams: "{}"

## SMTP Configuration
smtp:
Expand Down Expand Up @@ -766,9 +762,7 @@ ui:
## @param ui.resources.requests.cpu The requested cpu for the tenant-ui containers
##
resources:
limits:
cpu: 300m
memory: 128Mi
limits: {}
requests:
cpu: 10m
memory: 80Mi
Expand Down Expand Up @@ -909,9 +903,7 @@ postgresql:
## @param postgresql.primary.resources.requests.cpu The requested cpu for the PostgreSQL Primary containers
##
resources:
limits:
cpu: 500m
memory: 500Mi
limits: {}
requests:
cpu: 100m
memory: 100Mi
Expand Down

0 comments on commit 2807b25

Please sign in to comment.