Browse Source

Reduce SAPL resource reservation further

master
Fábio Kaiser Rauber 2 years ago
parent
commit
6f8b21a863
  1. 4
      charts/sapl/v0.2.0/values.yaml

4
charts/sapl/v0.2.0/values.yaml

@ -104,7 +104,7 @@ postgresql:
postgresqlDatabase: sapl postgresqlDatabase: sapl
resources: resources:
requests: requests:
cpu: 50m cpu: 40m
memory: 64Mi memory: 64Mi
@ -113,7 +113,7 @@ resources:
cpu: 1000m cpu: 1000m
memory: 1Gi memory: 1Gi
requests: requests:
cpu: 40m cpu: 35m
memory: 500Mi memory: 500Mi
autoscaling: autoscaling:

Loading…
Cancel
Save