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 ## name: http
## ##
extraRules: [] extraRules: []
adminIngress:
enabled: false
## Network Policy configuration ## Network Policy configuration
## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/ ## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
## ##
@@ -784,6 +788,8 @@ networkPolicy:
ingressNSPodMatchLabels: {} ingressNSPodMatchLabels: {}
## @section Other parameters ## @section Other parameters
rbac:
create: false
## ServiceAccount configuration ## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
@@ -1292,4 +1298,4 @@ externalDatabase:
existingSecretUserKey: "" existingSecretUserKey: ""
existingSecretPasswordKey: "" existingSecretPasswordKey: ""
annotations: {} annotations: {}
extraParams: "" extraParams: ""