From 76f4000341abb530c75092f3e9dc04eeee9474eb Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 21 Apr 2025 14:57:57 -0400 Subject: [PATCH] remove common --- keycloak-db-values.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/keycloak-db-values.yaml b/keycloak-db-values.yaml index 6a5fc8f..c96ff8e 100644 --- a/keycloak-db-values.yaml +++ b/keycloak-db-values.yaml @@ -16,12 +16,6 @@ image: registry: repository: tag: ${tag} - common: - errors: - inseecureImages: "true" -common: - errors: - inseecureImages: "true" primary: resources: @@ -39,6 +33,7 @@ readReplicas: limits: cpu: 2000m memory: 2Gi + # To enable metrics we need to pull in the posgresql-exporter image metrics: enabled: true @@ -53,8 +48,8 @@ persistence: postgresql: resources: requests: - cpu: 500m - memory: 1Gi + cpu: 100m + memory: 128Mi limits: - cpu: 1000m + cpu: 2000m memory: 2Gi