Skip to content

Commit e6b0382

Browse files
committed
docs: Add resizePolicy value in README
Signed-off-by: younsl <[email protected]>
1 parent c00db50 commit e6b0382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
198198
| `readinessProbe.successThreshold` | number of successes | 1 |
199199
| `replicaCount` | desired number of pods | `1` |
200200
| `resources` | pod resource requests & limits | `{}` |
201+
| `resizePolicy` | Container resize policy for runtime resource updates. See [Kubernetes docs](https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/) | `[]` |
201202
| `revisionHistoryLimit` | maximum number of revisions maintained | 10 |
202203
| `service.portNumber` | port number for the service | `80` |
203204
| `service.appProtocol` | application protocol on the port of the service | `http` |

0 commit comments

Comments
 (0)