Skip to content

Commit

Permalink
Merge branch 'main' of github.com:project-origin/wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchmidt committed Sep 30, 2024
2 parents dcb1d0a + c32f87f commit 1c2c4cf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,20 @@ migrationWaiter:
repository: bitnami/kubectl
# tag is the tag to pull defaults to the chart version
tag: 1.31.1
# resources holds the configuration for the resource requests and limits
resources:
# requests holds the configuration for the resource requests
requests:
# cpu defines the cpu request limit for the registry server
cpu: 0.1
# memory defines the memory request limit for the registry server
memory:

# limits holds the configuration for the resource limits
limits:
# cpu defines the cpu limit for the registry server
cpu:
# memory defines the memory limit for the registry server
memory: 50Mi
# ephemeralStorage defines the ephemeral storage limit for the verifier server
ephemeralStorage: 100Mi

0 comments on commit 1c2c4cf

Please sign in to comment.