mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/oauth2-proxy] Fix PDB default values (#12187)
* [bitnami/oauth2-proxy] Fix PDB default values Signed-off-by: juan131 <juan.ariza.1311993@gmail.com> * fix: run readme generator Signed-off-by: juan131 <juan.ariza.1311993@gmail.com> Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>
This commit is contained in:
committed by
GitHub
parent
39239fcb03
commit
84d33ff646
@@ -178,7 +178,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `resources.requests` | The requested resources for the OAuth2 Proxy containers | `{}` |
|
||||
| `pdb.create` | Enable a Pod Disruption Budget creation | `false` |
|
||||
| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
||||
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `1` |
|
||||
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
|
||||
| `podSecurityContext.enabled` | Enabled OAuth2 Proxy pods' Security Context | `true` |
|
||||
| `podSecurityContext.fsGroup` | Set OAuth2 Proxy pod's Security Context fsGroup | `1001` |
|
||||
| `containerSecurityContext.enabled` | Enabled OAuth2 Proxy containers' Security Context | `true` |
|
||||
|
||||
Reference in New Issue
Block a user