fix(keycloak): Bump memory limits
This commit is contained in:
@@ -14,6 +14,16 @@ auth:
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 750m
|
||||
ephemeral-storage: 2Gi
|
||||
memory: 1500Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 512Mi
|
||||
|
||||
externalDatabase:
|
||||
host: prod-keycloak-db-rw
|
||||
port: 5432
|
||||
|
||||
Reference in New Issue
Block a user