Skip to content

Commit

Permalink
fewer configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 7, 2025
1 parent bf38ec1 commit c30de6a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions keycloak-values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ image:
repository: "${image_repository}"
tag: "${image_tag}"

auth:
adminUser: "bn_keycloak"
existingSecret: "keycloak-admin-creds"

autoscaling:
enabled: true
minReplicas: 1
Expand All @@ -41,6 +37,7 @@ production: true
proxy: "edge"

postgresql:
architecture: replication
image:
registry: ${image_registry}
repository: "${postgresql_image_repository}"
Expand All @@ -49,7 +46,14 @@ postgresql:
auth:
username: ${keycloak_user}
database: ${keycloak_database}
existingSecret: ${keycloak_existing_secret}
primary:
resources:
cpu: 100m
memory: 128Mi
readReplicas:
resources:
cpu: 100m
memory: 128Mi

metrics:
enabled: true
Expand Down

0 comments on commit c30de6a

Please sign in to comment.