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