Raise Keycloak memory for provider augmentation
This commit is contained in:
parent
9cfca159b3
commit
a6e9ff2b65
@ -131,6 +131,13 @@ spec:
|
||||
name: http
|
||||
- containerPort: 9000
|
||||
name: metrics
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: 2Gi
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health/ready
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user