Skip to content

Commit

Permalink
remove common
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 493fbda commit 76f4000
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions keycloak-db-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ image:
registry:
repository:
tag: ${tag}
common:
errors:
inseecureImages: "true"
common:
errors:
inseecureImages: "true"

primary:
resources:
Expand All @@ -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
Expand All @@ -53,8 +48,8 @@ persistence:
postgresql:
resources:
requests:
cpu: 500m
memory: 1Gi
cpu: 100m
memory: 128Mi
limits:
cpu: 1000m
cpu: 2000m
memory: 2Gi

0 comments on commit 76f4000

Please sign in to comment.