You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,12 @@ The following table lists the configurable parameters of the oauth2-proxy chart
114
114
|`config.configFile`| custom [oauth2_proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/contrib/oauth2-proxy.cfg.example) contents for settings not overridable via environment nor command line |`""`|
115
115
|`config.existingConfig`| existing Kubernetes configmap to use for the configuration file. See [config template](https://github.com/oauth2-proxy/manifests/blob/master/helm/oauth2-proxy/templates/configmap.yaml) for the required values |`nil`|
116
116
|`config.cookieName`| The name of the cookie that oauth2-proxy will create. |`""`|
117
+
|`autoscaling.enabled`| Deploy a Horizontal Pod Autoscaler. |`false`|
118
+
|`autoscaling.minReplicas`| Minimum replicas for the Horizontal Pod Autoscaler. |`1`|
119
+
|`autoscaling.maxReplicas`| Maximum replicas for the Horizontal Pod Autoscaler. |`10`|
120
+
|`autoscaling.targetCPUUtilizationPercentage`| Horizontal Pod Autoscaler setting. |`80`|
121
+
|`autoscaling.targetMemoryUtilizationPercentage`| Horizontal Pod Autoscaler setting. | `` |
122
+
|`autoscaling.annotations`| Horizontal Pod Autoscaler annotations. |`{}`|
117
123
|`alphaConfig.enabled`| Flag to toggle any alpha config-related logic |`false`|
0 commit comments