fix cpu ram limits
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
httpRelativePath: "/auth"
|
httpRelativePath: "/auth"
|
||||||
|
^
|
||||||
|
postgresql:
|
||||||
|
primary:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 256Mi
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 512Mi
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- "/opt/keycloak/bin/kc.sh"
|
- "/opt/keycloak/bin/kc.sh"
|
||||||
|
|||||||
@@ -53,3 +53,10 @@ prometheus:
|
|||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
||||||
|
defaultRules:
|
||||||
|
rules:
|
||||||
|
kubeControllerManager: false
|
||||||
|
kubeProxy: false
|
||||||
|
kubeScheduler: false
|
||||||
Reference in New Issue
Block a user