Compare commits
2 Commits
cbf32d11be
...
keycloak-t
Author | SHA1 | Date | |
---|---|---|---|
4e662f3b12 | |||
20977bbc86 |
@@ -13,27 +13,28 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 26.3.3
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Keycloak is a high performance Java-based identity and access management
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description:
|
||||
Keycloak is a high performance Java-based identity and access management
|
||||
solution. It lets developers add an authentication layer to their applications with
|
||||
minimum effort.
|
||||
home: https://bitnami.com
|
||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/keycloak/img/keycloak-stack-220x234.png
|
||||
keywords:
|
||||
- keycloak
|
||||
- access-management
|
||||
- keycloak
|
||||
- access-management
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 25.2.0
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 25.2.0-test1
|
||||
|
@@ -715,6 +715,10 @@ ingress:
|
||||
## name: http
|
||||
##
|
||||
extraRules: []
|
||||
|
||||
adminIngress:
|
||||
enabled: false
|
||||
|
||||
## Network Policy configuration
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
|
||||
##
|
||||
@@ -784,6 +788,8 @@ networkPolicy:
|
||||
ingressNSPodMatchLabels: {}
|
||||
|
||||
## @section Other parameters
|
||||
rbac:
|
||||
create: false
|
||||
|
||||
## ServiceAccount configuration
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
||||
@@ -1292,4 +1298,4 @@ externalDatabase:
|
||||
existingSecretUserKey: ""
|
||||
existingSecretPasswordKey: ""
|
||||
annotations: {}
|
||||
extraParams: ""
|
||||
extraParams: ""
|
||||
|
Reference in New Issue
Block a user