fix(keycloak): fix image and resource req/limit
This commit is contained in:
@@ -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", "")
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
production: true
|
||||
|
||||
# Enable HTTP for health checks in production mode
|
||||
@@ -30,12 +34,15 @@ 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:
|
||||
# debug: true
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnamilegacy/keycloak
|
||||
# tag: 26.0.5-debian-12-r0
|
||||
# debug: true
|
||||
|
||||
# logging:
|
||||
# level: DEBUG
|
||||
|
||||
Reference in New Issue
Block a user