fix(keycloak): fix image and resource req/limit

This commit is contained in:
Masaki Yatsu
2025-09-18 11:03:49 +09:00
parent 045a7b841a
commit df345d47b0
2 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
set fallback := true
# Keycloak Helm chart info:
# helm show chart oci://registry-1.docker.io/bitnamicharts/keycloak
export KEYCLOAK_NAMESPACE := env("KEYCLOAK_NAMESPACE", "keycloak")
export KEYCLOAK_CHART_VERSION := env("KEYCLOAK_CHART_VERSION", "25.0.2")
export KEYCLOAK_REALM := env("KEYCLOAK_REALM", "")

View File

@@ -1,3 +1,7 @@
global:
security:
allowInsecureImages: true
production: true
# Enable HTTP for health checks in production mode
@@ -30,11 +34,14 @@ tls:
# Keycloak pod may not start with the default memory limits
resources:
limits:
memory: 1.5Gi
memory: 2Gi
requests:
memory: 1Gi
memory: 1.5Gi
# image:
image:
registry: docker.io
repository: bitnamilegacy/keycloak
# tag: 26.0.5-debian-12-r0
# debug: true
# logging: