Skip to content

Commit

Permalink
fix pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 4, 2025
1 parent d27837f commit 0916b3b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions keycloak-values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ autoscaling:

pdb:
minAvailable: 1
maxUnavailable: "25%"

resources:
requests:
Expand Down Expand Up @@ -55,12 +54,6 @@ postgresql:
database: ${keycloak_database}
existingSecret: ${keycloak_existing_secret}

extraEnvVars:
- name: PROXY_ADDRESS_FORWARDING
value: "true"
- name: KC_CONFIG_FILE
value: "/opt/bitnami/keycloak/kcadm.config"

metrics:
enabled: true

Expand All @@ -73,3 +66,7 @@ extraEnv: |
value: "3"
- name: CACHE_OWNERS_AUTH_SESSIONS_COUNT
value: "3"
- name: PROXY_ADDRESS_FORWARDING
value: "true"
- name: KC_CONFIG_FILE
value: "/opt/bitnami/keycloak/kcadm.config"

0 comments on commit 0916b3b

Please sign in to comment.