Add admin ingress and RBAC configuration options #27

Merged
marko merged 1 commits from patch-keycloak-new-version into keycloak-testing 2025-08-31 08:25:36 +00:00

View File

@@ -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: ""