[bitnami/several] Fix comment mentioning Keycloak (#24661)

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2024-03-26 11:05:51 +01:00
committed by GitHub
parent f20a9760ba
commit 641c546806
17 changed files with 70 additions and 70 deletions

View File

@@ -476,8 +476,8 @@ networkPolicy:
##
enabled: true
## @param networkPolicy.allowExternal The Policy model to apply
## When set to false, only pods with the correct client label will have network access to the ports Keycloak is
## listening on. When true, Keycloak will accept connections from any source (with the correct destination port).
## When set to false, only pods with the correct client label will have network access to the ports Memcached is
## listening on. When true, Memcached will accept connections from any source (with the correct destination port).
##
allowExternal: true
## @param networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.