diff --git a/helm/keycloak/values.yaml b/helm/keycloak/values.yaml index fdb09cd..1500ca1 100644 --- a/helm/keycloak/values.yaml +++ b/helm/keycloak/values.yaml @@ -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" diff --git a/helm/monitoring/values.yaml b/helm/monitoring/values.yaml index 0f9233a..bc2a532 100644 --- a/helm/monitoring/values.yaml +++ b/helm/monitoring/values.yaml @@ -53,3 +53,10 @@ prometheus: alertmanager: enabled: true + + +defaultRules: + rules: + kubeControllerManager: false + kubeProxy: false + kubeScheduler: false \ No newline at end of file