CHORE(resources): set memory limits equal to memory requests
- Align memory limits with memory requests for guaranteed QoS class - falco: falcosidekick - external-secrets: main, webhook, certController - authelia: main, redis
This commit is contained in:
@@ -17,7 +17,7 @@ pod:
|
||||
cpu: 15m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 384Mi
|
||||
memory: 256Mi
|
||||
extraVolumes:
|
||||
- name: users-database
|
||||
configMap:
|
||||
@@ -171,6 +171,6 @@ redis:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
memory: 64Mi
|
||||
|
||||
# No persistence needed - using PostgreSQL
|
||||
|
||||
Reference in New Issue
Block a user