Skip to content

Commit

Permalink
Remove default resource limits from chart
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 4714e32 commit e4367f5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ ingress:
## @param resources.requests.cpu The requested cpu for the controller containers
##
resources:
limits:
cpu: 100m
memory: 512Mi
limits: {}
requests:
cpu: 10m
memory: 128Mi
Expand Down Expand Up @@ -425,9 +423,7 @@ acapy:
## @param acapy.resources.requests.cpu The requested cpu for the Acapy containers
##
resources:
limits:
cpu: "1"
memory: 1000Mi
limits: {}
requests:
cpu: 250m
memory: 384Mi
Expand Down Expand Up @@ -691,9 +687,7 @@ postgresql:
## @param postgresql.primary.resources.requests.cpu The requested cpu for the PostgreSQL Primary containers
##
resources:
limits:
cpu: 600m
memory: 2600Mi
limits: {}
requests:
cpu: 300m
memory: 1300Mi
Expand Down

0 comments on commit e4367f5

Please sign in to comment.