Compare commits
2 Commits
cbf32d11be
...
keycloak-t
Author | SHA1 | Date | |
---|---|---|---|
4e662f3b12 | |||
20977bbc86 |
@@ -22,7 +22,8 @@ dependencies:
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Keycloak is a high performance Java-based identity and access management
|
||||
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
|
||||
@@ -36,4 +37,4 @@ maintainers:
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 25.2.0
|
||||
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/
|
||||
|
Reference in New Issue
Block a user