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