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