Update k8s manifests

This commit is contained in:
ansible 2026-03-10 13:50:31 +08:00
parent ef1600f144
commit 2048051df7
2 changed files with 7 additions and 4 deletions

View File

@ -11,6 +11,7 @@ metadata:
namespace: keycloak
spec:
interval: 10m
timeout: 10m
chart:
spec:
chart: keycloak
@ -20,11 +21,13 @@ spec:
name: bitnami
namespace: flux-system
values:
global:
imageRegistry: ""
image:
registry: docker.io
registry: registry.hub.docker.com
repository: bitnami/keycloak
tag: 26.2.4-debian-12-r2
replicaCount: 3
pullPolicy: Always
replicaCount: 1
auth:
existingSecret: keycloak-admin-secret
postgresql:

View File

@ -8,4 +8,4 @@ resources:
- cert-manager/helmrelease.yaml
- observability
- openldap/helmrelease.yaml
- keycloak/helmrelease.yaml
# keycloak temporarily disabled - bitnami images removed from Docker Hub